#C01CA9

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

Shades of Medium Violet Red #C01CA9

Tints of Medium Violet Red #C01CA9

Color information

#C01CA9 (or 0xC01CA9) is unknown color: approx Medium Violet Red. HEX triplet: C0, 1C and A9. RGB value is (192,28,169). Sum of RGB (Red+Green+Blue) = 192+28+169=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 169 (66.41% from 255 or 43.44% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C01CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01CA9 is #3FE356. Grayscale: #5C5C5C. Windows color (decimal): -4186967 or 11082944. OLE color: 11082944.

HSL color Cylindrical-coordinate representation of color #C01CA9: hue angle of 308.41º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01CA9 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19228169-
CMYK00.850.120.25
HSL308.41º74.55%43.14%-
HSV(B)308.41º85.42%75.29%-
XYZ29.3114.938.87-
YUV93.11170.83198.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.36%
GREEN value IS 28 (11.33% from 255) = 7.20%
BLUE value IS 169 (66.41% from 255) = 43.44%
R=49.36%
G=7.20%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922816900.850.120.25308.4174.5543.14
HexC01CA9055C191344b2b
Octal300342510125143146411353
Binary110000001110010101001010101011100110011001101001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01CA9; }

 p { color: rgb(192,28,169); }

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

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

 a { background-color: rgb(192,28,169); }

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

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

 span { border-color: rgb(192,28,169); }

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