Html Css Color HEX #CA02B0 Deep Magenta

📋 copy color: '#CA02B0'

red 202 ◦ green 2 ◦ blue 176

#CA02B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CA02B0

Tints of Deep Magenta #CA02B0

RGB

 RED value IS 202 (79.3% from 255) = 53.16%

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 176 (69.14% from 255) = 46.32%

R = 53.16%
G = 0.53%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA02B0 (or 0xCA02B0) is known color: Deep Magenta. HEX triplet: CA, 02 and B0. RGB value is (202,2,176). Sum of RGB (Red+Green+Blue) = 202+2+176=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 176 (69.14% from 255 or 46.32% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA02B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA02B0 is #35FD4F. Grayscale: #515151. Windows color (decimal): -3538256 or 11535050. OLE color: 11535050.

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

Color convert

RGB 202 2 176 -
CMYK 0 0.99 0.13 0.21
HSL 307.8º 0.98% 0.4% -
HSV(B) 307.8º 0.99% 0.79% -
XYZ 32.22 15.73 42.41 -
YUV 81.64 181.26 213.85 -
System Red Green Blue C M Y K H S L
Decimal 202 2 176 0 0.99 0.13 0.21 307.8 0.98 0.4
Hex CA 2 B0 0 63 D 15 134 62 28
Octal 312 2 260 0 143 15 25 464 142 50
Binary 11001010 10 10110000 0 1100011 1101 10101 100110100 1100010 101000

Color Harmonies of #CA02B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA02B0

Black with #CA02B0

Text Example


Text Example

White with #CA02B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA02B0; }

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

 H1.HeaderClassName
 {
   color: #CA02B0;
 }
 .AnyTagClassName
 {
   color: #CA02B0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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