#C10A97

Color #C10A97 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C10A97

Tints of Medium Violet Red #C10A97

Color information

#C10A97 (or 0xC10A97) is unknown color: approx Medium Violet Red. HEX triplet: C1, 0A and 97. RGB value is (193,10,151). Sum of RGB (Red+Green+Blue) = 193+10+151=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10A97 is #3EF568. Grayscale: #505050. Windows color (decimal): -4126057 or 9898689. OLE color: 9898689.

HSL color Cylindrical-coordinate representation of color #C10A97: hue angle of 313.77º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10A97 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB19310151-
CMYK00.950.220.24
HSL313.77º90.15%39.8%-
HSV(B)313.77º94.82%75.69%-
XYZ27.6913.7930.48-
YUV80.79167.63208.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 54.52%
GREEN value IS 10 (4.30% from 255) = 2.82%
BLUE value IS 151 (59.38% from 255) = 42.66%
R=54.52%
G=2.82%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931015100.950.220.24313.7790.1539.8
HexC1A9705F161813a5a28
Octal301122270137263047213250
Binary110000011010100101110101111110110110001001110101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10A97; }

 p { color: rgb(193,10,151); }

 H1.HeaderClassName
 {
   color: #C10A97;
 }
 .AnyTagClassName
 {
   color: #C10A97;
 }
</style>
background-color css

<style>
 a { background-color: #C10A97; }

 a { background-color: rgb(193,10,151); }

 div.DivClassName
 {
   background-color: #C10A97;
 }
 .BgClassName
 {
   background-color: #C10A97;
 }
</style>
border-color css

<style>
 span { border-color: #C10A97; }

 span { border-color: rgb(193,10,151); }

 td.TdClassName
 {
   border-color: #C10A97;
 }
 .TagClassName
 {
   border-color: #C10A97;
 }
</style>