#CA22E4

Color #CA22E4 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CA22E4

Tints of Deep Magenta #CA22E4

Color information

#CA22E4 (or 0xCA22E4) is unknown color: approx Deep Magenta. HEX triplet: CA, 22 and E4. RGB value is (202,34,228). Sum of RGB (Red+Green+Blue) = 202+34+228=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 34 (13.67% from 255 or 7.33% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA22E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA22E4 is #35DD1B. Grayscale: #696969. Windows color (decimal): -3530012 or 14951114. OLE color: 14951114.

HSL color Cylindrical-coordinate representation of color #CA22E4: hue angle of 291.96º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA22E4 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20234228-
CMYK0.110.8500.11
HSL291.96º78.23%51.37%-
HSV(B)291.96º85.09%89.41%-
XYZ38.9319.375.07-
YUV106.35196.66196.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 34 (13.67% from 255) = 7.33%
BLUE value IS 228 (89.45% from 255) = 49.14%
R=43.53%
G=7.33%
B=49.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202342280.110.8500.11291.9678.2351.37
HexCA22E4B550B1244e33
Octal312423441312501344411663
Binary110010101000101110010010111010101010111001001001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA22E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA22E4; }

 p { color: rgb(202,34,228); }

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

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

 a { background-color: rgb(202,34,228); }

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

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

 span { border-color: rgb(202,34,228); }

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