#CA009C

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

Shades of Medium Violet Red #CA009C

Tints of Medium Violet Red #CA009C

Color information

#CA009C (or 0xCA009C) is unknown color: approx Medium Violet Red. HEX triplet: CA, 00 and 9C. RGB value is (202,0,156). Sum of RGB (Red+Green+Blue) = 202+0+156=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA009C is #35FF63. Grayscale: #4D4D4D. Windows color (decimal): -3538788 or 10223818. OLE color: 10223818.

HSL color Cylindrical-coordinate representation of color #CA009C: hue angle of 313.66º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA009C is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB2020156-
CMYK010.230.21
HSL313.66º100%39.61%-
HSV(B)313.66º100%79.22%-
XYZ30.3614.9632.74-
YUV78.18171.92216.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 43.58%
R=56.42%
G=0%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2020156010.230.21313.6610039.61
HexCA09C064171513a6428
Octal31202340144272547214450
Binary110010100100111000110010010111101011001110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA009C; }

 p { color: rgb(202,0,156); }

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

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

 a { background-color: rgb(202,0,156); }

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

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

 span { border-color: rgb(202,0,156); }

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