#CA0E75

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

Shades of Medium Violet Red #CA0E75

Tints of Medium Violet Red #CA0E75

Color information

#CA0E75 (or 0xCA0E75) is unknown color: approx Medium Violet Red. HEX triplet: CA, 0E and 75. RGB value is (202,14,117). Sum of RGB (Red+Green+Blue) = 202+14+117=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0E75 is #35F18A. Grayscale: #515151. Windows color (decimal): -3535243 or 7671498. OLE color: 7671498.

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

Color convert

RGB20214117-
CMYK00.930.420.21
HSL327.13º87.04%42.35%-
HSV(B)327.13º93.07%79.22%-
XYZ27.7314.1518.1-
YUV81.95147.78213.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.66%
GREEN value IS 14 (5.86% from 255) = 4.20%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=60.66%
G=4.20%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021411700.930.420.21327.1387.0442.35
HexCAE7505D2A15147572a
Octal312161650135522550712752
Binary110010101110111010101011101101010101011010001111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0E75; }

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

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

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

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

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

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

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

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