#CA22CB

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

Shades of Deep Magenta #CA22CB

Tints of Deep Magenta #CA22CB

Color information

#CA22CB (or 0xCA22CB) is unknown color: approx Deep Magenta. HEX triplet: CA, 22 and CB. RGB value is (202,34,203). Sum of RGB (Red+Green+Blue) = 202+34+203=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 34 (13.67% from 255 or 7.74% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA22CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA22CB is #35DD34. Grayscale: #666666. Windows color (decimal): -3530037 or 13312714. OLE color: 13312714.

HSL color Cylindrical-coordinate representation of color #CA22CB: hue angle of 299.64º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA22CB is Cyan = 0.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20234203-
CMYK0.000.8300.20
HSL299.64º71.31%46.47%-
HSV(B)299.64º83.25%79.61%-
XYZ35.7118.0158.09-
YUV103.5184.16198.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 34 (13.67% from 255) = 7.74%
BLUE value IS 203 (79.69% from 255) = 46.24%
R=46.01%
G=7.74%
B=46.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202342030.000.8300.20299.6471.3146.47
HexCA22CB05301412c472e
Octal31242313012302445410756
Binary1100101010001011001011010100110101001001011001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA22CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA22CB; }

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

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

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

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

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

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

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

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