#CA0E81

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

Shades of Medium Violet Red #CA0E81

Tints of Medium Violet Red #CA0E81

Color information

#CA0E81 (or 0xCA0E81) is unknown color: approx Medium Violet Red. HEX triplet: CA, 0E and 81. RGB value is (202,14,129). Sum of RGB (Red+Green+Blue) = 202+14+129=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0E81 is #35F17E. Grayscale: #535353. Windows color (decimal): -3535231 or 8457930. OLE color: 8457930.

HSL color Cylindrical-coordinate representation of color #CA0E81: hue angle of 323.3º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0E81 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB20214129-
CMYK00.930.360.21
HSL323.3º87.04%42.35%-
HSV(B)323.3º93.07%79.22%-
XYZ28.4814.4622.06-
YUV83.32153.78212.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.55%
GREEN value IS 14 (5.86% from 255) = 4.06%
BLUE value IS 129 (50.78% from 255) = 37.39%
R=58.55%
G=4.06%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021412900.930.360.21323.387.0442.35
HexCAE8105D2415143572a
Octal312162010135442550312752
Binary1100101011101000000101011101100100101011010000111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0E81; }

 p { color: rgb(202,14,129); }

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

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

 a { background-color: rgb(202,14,129); }

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

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

 span { border-color: rgb(202,14,129); }

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