#CA2A80

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

Shades of Medium Red Violet #CA2A80

Tints of Medium Red Violet #CA2A80

Color information

#CA2A80 (or 0xCA2A80) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2A and 80. RGB value is (202,42,128). Sum of RGB (Red+Green+Blue) = 202+42+128=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2A80 is #35D57F. Grayscale: #636363. Windows color (decimal): -3528064 or 8399562. OLE color: 8399562.

HSL color Cylindrical-coordinate representation of color #CA2A80: hue angle of 327.75º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2A80 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB20242128-
CMYK00.790.370.21
HSL327.75º65.57%47.84%-
HSV(B)327.75º79.21%79.22%-
XYZ29.0815.7721.93-
YUV99.64144.01201.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.30%
GREEN value IS 42 (16.80% from 255) = 11.29%
BLUE value IS 128 (50.39% from 255) = 34.41%
R=54.30%
G=11.29%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024212800.790.370.21327.7565.5747.84
HexCA2A8004F25151484230
Octal312522000117452551010260
Binary110010101010101000000001001111100101101011010010001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2A80; }

 p { color: rgb(202,42,128); }

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

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

 a { background-color: rgb(202,42,128); }

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

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

 span { border-color: rgb(202,42,128); }

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