#CA0C82

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

Shades of Medium Violet Red #CA0C82

Tints of Medium Violet Red #CA0C82

Color information

#CA0C82 (or 0xCA0C82) is unknown color: approx Medium Violet Red. HEX triplet: CA, 0C and 82. RGB value is (202,12,130). Sum of RGB (Red+Green+Blue) = 202+12+130=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0C82 is #35F37D. Grayscale: #515151. Windows color (decimal): -3535742 or 8522954. OLE color: 8522954.

HSL color Cylindrical-coordinate representation of color #CA0C82: hue angle of 322.74º degrees, saturation: 0.89, 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 #CA0C82 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB20212130-
CMYK00.940.360.21
HSL322.74º88.79%41.96%-
HSV(B)322.74º94.06%79.22%-
XYZ28.5214.4322.4-
YUV82.26154.95213.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.72%
GREEN value IS 12 (5.08% from 255) = 3.49%
BLUE value IS 130 (51.17% from 255) = 37.79%
R=58.72%
G=3.49%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021213000.940.360.21322.7488.7941.96
HexCAC8205E2415143592a
Octal312142020136442550313152
Binary1100101011001000001001011110100100101011010000111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0C82; }

 p { color: rgb(202,12,130); }

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

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

 a { background-color: rgb(202,12,130); }

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

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

 span { border-color: rgb(202,12,130); }

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