#CA0A82

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

Shades of Medium Violet Red #CA0A82

Tints of Medium Violet Red #CA0A82

Color information

#CA0A82 (or 0xCA0A82) is unknown color: approx Medium Violet Red. HEX triplet: CA, 0A and 82. RGB value is (202,10,130). Sum of RGB (Red+Green+Blue) = 202+10+130=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0A82 is #35F57D. Grayscale: #505050. Windows color (decimal): -3536254 or 8522442. OLE color: 8522442.

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

Color convert

RGB20210130-
CMYK00.950.360.21
HSL322.5º90.57%41.57%-
HSV(B)322.5º95.05%79.22%-
XYZ28.4914.3922.39-
YUV81.09155.61214.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.06%
GREEN value IS 10 (4.30% from 255) = 2.92%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=59.06%
G=2.92%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021013000.950.360.21322.590.5741.57
HexCAA8205F24151425b2a
Octal312122020137442550213352
Binary1100101010101000001001011111100100101011010000101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0A82; }

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

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

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

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

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

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

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

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