#CA0279

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

Shades of Medium Violet Red #CA0279

Tints of Medium Violet Red #CA0279

Color information

#CA0279 (or 0xCA0279) is unknown color: approx Medium Violet Red. HEX triplet: CA, 02 and 79. RGB value is (202,2,121). Sum of RGB (Red+Green+Blue) = 202+2+121=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0279 is #35FD86. Grayscale: #4B4B4B. Windows color (decimal): -3538311 or 7930570. OLE color: 7930570.

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

Color convert

RGB2022121-
CMYK00.990.400.21
HSL324.3º98.04%40%-
HSV(B)324.3º99.01%79.22%-
XYZ27.8313.9819.32-
YUV75.37153.76218.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.15%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=62.15%
G=0.62%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202212100.990.400.21324.398.0440
HexCA27906328151446228
Octal31221710143502550414250
Binary1100101010111100101100011101000101011010001001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0279; }

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

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

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

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

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

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

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

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