#CA02B7

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

Shades of Deep Magenta #CA02B7

Tints of Deep Magenta #CA02B7

Color information

#CA02B7 (or 0xCA02B7) is unknown color: approx Deep Magenta. HEX triplet: CA, 02 and B7. RGB value is (202,2,183). Sum of RGB (Red+Green+Blue) = 202+2+183=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA02B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA02B7 is #35FD48. Grayscale: #515151. Windows color (decimal): -3538249 or 11993802. OLE color: 11993802.

HSL color Cylindrical-coordinate representation of color #CA02B7: hue angle of 305.7º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA02B7 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB2022183-
CMYK00.990.090.21
HSL305.7º98.04%40%-
HSV(B)305.7º99.01%79.22%-
XYZ32.9316.0246.16-
YUV82.43184.76213.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 2 (1.17% from 255) = 0.52%
BLUE value IS 183 (71.88% from 255) = 47.29%
R=52.20%
G=0.52%
B=47.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202218300.990.090.21305.798.0440
HexCA2B70639151326228
Octal31222670143112546214250
Binary110010101010110111011000111001101011001100101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA02B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA02B7; }

 p { color: rgb(202,2,183); }

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

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

 a { background-color: rgb(202,2,183); }

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

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

 span { border-color: rgb(202,2,183); }

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