#CA0D87

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

Shades of Medium Violet Red #CA0D87

Tints of Medium Violet Red #CA0D87

Color information

#CA0D87 (or 0xCA0D87) is unknown color: approx Medium Violet Red. HEX triplet: CA, 0D and 87. RGB value is (202,13,135). Sum of RGB (Red+Green+Blue) = 202+13+135=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0D87 is #35F278. Grayscale: #535353. Windows color (decimal): -3535481 or 8850890. OLE color: 8850890.

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

Color convert

RGB20213135-
CMYK00.940.330.21
HSL321.27º87.91%42.16%-
HSV(B)321.27º93.56%79.22%-
XYZ28.8714.5924.22-
YUV83.42157.12212.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.71%
GREEN value IS 13 (5.47% from 255) = 3.71%
BLUE value IS 135 (53.12% from 255) = 38.57%
R=57.71%
G=3.71%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021313500.940.330.21321.2787.9142.16
HexCAD8705E2115141582a
Octal312152070136412550113052
Binary1100101011011000011101011110100001101011010000011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0D87; }

 p { color: rgb(202,13,135); }

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

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

 a { background-color: rgb(202,13,135); }

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

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

 span { border-color: rgb(202,13,135); }

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