#CA0C83

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

Shades of Medium Violet Red #CA0C83

Tints of Medium Violet Red #CA0C83

Color information

#CA0C83 (or 0xCA0C83) is unknown color: approx Medium Violet Red. HEX triplet: CA, 0C and 83. RGB value is (202,12,131). Sum of RGB (Red+Green+Blue) = 202+12+131=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0C83 is #35F37C. Grayscale: #525252. Windows color (decimal): -3535741 or 8588490. OLE color: 8588490.

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

Color convert

RGB20212131-
CMYK00.940.350.21
HSL322.42º88.79%41.96%-
HSV(B)322.42º94.06%79.22%-
XYZ28.5914.4622.76-
YUV82.38155.45213.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.55%
GREEN value IS 12 (5.08% from 255) = 3.48%
BLUE value IS 131 (51.56% from 255) = 37.97%
R=58.55%
G=3.48%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021213100.940.350.21322.4288.7941.96
HexCAC8305E2315142592a
Octal312142030136432550213152
Binary1100101011001000001101011110100011101011010000101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0C83; }

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

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

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

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

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

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

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

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