#CA2EA2

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

Shades of Medium Red Violet #CA2EA2

Tints of Medium Red Violet #CA2EA2

Color information

#CA2EA2 (or 0xCA2EA2) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2E and A2. RGB value is (202,46,162). Sum of RGB (Red+Green+Blue) = 202+46+162=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2EA2 is #35D15D. Grayscale: #696969. Windows color (decimal): -3527006 or 10628810. OLE color: 10628810.

HSL color Cylindrical-coordinate representation of color #CA2EA2: hue angle of 315.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2EA2 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB20246162-
CMYK00.770.200.21
HSL315.38º62.9%48.63%-
HSV(B)315.38º77.23%79.22%-
XYZ31.8617.1235.81-
YUV105.87159.68196.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 46 (18.36% from 255) = 11.22%
BLUE value IS 162 (63.67% from 255) = 39.51%
R=49.27%
G=11.22%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024616200.770.200.21315.3862.948.63
HexCA2EA204D141513b3f31
Octal31256242011524254737761
Binary1100101010111010100010010011011010010101100111011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2EA2; }

 p { color: rgb(202,46,162); }

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

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

 a { background-color: rgb(202,46,162); }

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

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

 span { border-color: rgb(202,46,162); }

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