#CA2079

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

Shades of Medium Violet Red #CA2079

Tints of Medium Violet Red #CA2079

Color information

#CA2079 (or 0xCA2079) is unknown color: approx Medium Violet Red. HEX triplet: CA, 20 and 79. RGB value is (202,32,121). Sum of RGB (Red+Green+Blue) = 202+32+121=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2079 is #35DF86. Grayscale: #5C5C5C. Windows color (decimal): -3530631 or 7938250. OLE color: 7938250.

HSL color Cylindrical-coordinate representation of color #CA2079: hue angle of 328.59º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2079 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB20232121-
CMYK00.840.400.21
HSL328.59º72.65%45.88%-
HSV(B)328.59º84.16%79.22%-
XYZ28.3214.9719.49-
YUV92.98143.82205.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.90%
GREEN value IS 32 (12.89% from 255) = 9.01%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=56.90%
G=9.01%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023212100.840.400.21328.5972.6545.88
HexCA20790542815149492e
Octal312401710124502551111156
Binary11001010100000111100101010100101000101011010010011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2079; }

 p { color: rgb(202,32,121); }

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

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

 a { background-color: rgb(202,32,121); }

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

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

 span { border-color: rgb(202,32,121); }

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