#CA0E84

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

Shades of Medium Violet Red #CA0E84

Tints of Medium Violet Red #CA0E84

Color information

#CA0E84 (or 0xCA0E84) is unknown color: approx Medium Violet Red. HEX triplet: CA, 0E and 84. RGB value is (202,14,132). Sum of RGB (Red+Green+Blue) = 202+14+132=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0E84 is #35F17B. Grayscale: #535353. Windows color (decimal): -3535228 or 8654538. OLE color: 8654538.

HSL color Cylindrical-coordinate representation of color #CA0E84: hue angle of 322.34º 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 #CA0E84 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB20214132-
CMYK00.930.350.21
HSL322.34º87.04%42.35%-
HSV(B)322.34º93.07%79.22%-
XYZ28.6814.5423.12-
YUV83.66155.28212.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.05%
GREEN value IS 14 (5.86% from 255) = 4.02%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=58.05%
G=4.02%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021413200.930.350.21322.3487.0442.35
HexCAE8405D2315142572a
Octal312162040135432550212752
Binary1100101011101000010001011101100011101011010000101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0E84; }

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

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

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

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

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

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

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

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