#CA2A82

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

Shades of Medium Red Violet #CA2A82

Tints of Medium Red Violet #CA2A82

Color information

#CA2A82 (or 0xCA2A82) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2A and 82. RGB value is (202,42,130). Sum of RGB (Red+Green+Blue) = 202+42+130=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2A82 is #35D57D. Grayscale: #636363. Windows color (decimal): -3528062 or 8530634. OLE color: 8530634.

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

Color convert

RGB20242130-
CMYK00.790.360.21
HSL327º65.57%47.84%-
HSV(B)327º79.21%79.22%-
XYZ29.2115.8222.63-
YUV99.87145.01200.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.01%
GREEN value IS 42 (16.80% from 255) = 11.23%
BLUE value IS 130 (51.17% from 255) = 34.76%
R=54.01%
G=11.23%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024213000.790.360.2132765.5747.84
HexCA2A8204F24151474230
Octal312522020117442550710260
Binary110010101010101000001001001111100100101011010001111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2A82; }

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

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

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

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

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

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

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

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