#CA2EAA

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

Shades of Medium Red Violet #CA2EAA

Tints of Medium Red Violet #CA2EAA

Color information

#CA2EAA (or 0xCA2EAA) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2E and AA. RGB value is (202,46,170). Sum of RGB (Red+Green+Blue) = 202+46+170=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2EAA is #35D155. Grayscale: #6A6A6A. Windows color (decimal): -3526998 or 11153098. OLE color: 11153098.

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

Color convert

RGB20246170-
CMYK00.770.160.21
HSL312.31º62.9%48.63%-
HSV(B)312.31º77.23%79.22%-
XYZ32.5917.4139.67-
YUV106.78163.68195.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 46 (18.36% from 255) = 11.00%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=48.33%
G=11.00%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024617000.770.160.21312.3162.948.63
HexCA2EAA04D10151383f31
Octal31256252011520254707761
Binary1100101010111010101010010011011000010101100111000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2EAA; }

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

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

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

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

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

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

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

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