Html Css Color HEX #CA02DB Deep Magenta

📋 copy color: '#CA02DB'

red 202 ◦ green 2 ◦ blue 219

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

Shades of Deep Magenta #CA02DB

Tints of Deep Magenta #CA02DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 47.75%
G = 0.47%
B = 51.77%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA02DB (or 0xCA02DB) is known color: Deep Magenta. HEX triplet: CA, 02 and DB. RGB value is (202,2,219). Sum of RGB (Red+Green+Blue) = 202+2+219=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA02DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA02DB is #35FD24. Grayscale: #555555. Windows color (decimal): -3538213 or 14353098. OLE color: 14353098.

HSL color Cylindrical-coordinate representation of color #CA02DB: hue angle of 295.3º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA02DB is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 2 219 -
CMYK 0.08 0.99 0 0.14
HSL 295.3º 0.98% 0.43% -
HSV(B) 295.3º 0.99% 0.86% -
XYZ 37.17 17.71 68.48 -
YUV 86.54 202.76 210.36 -
System Red Green Blue C M Y K H S L
Decimal 202 2 219 0.08 0.99 0 0.14 295.3 0.98 0.43
Hex CA 2 DB 8 63 0 E 127 62 2B
Octal 312 2 333 10 143 0 16 447 142 53
Binary 11001010 10 11011011 1000 1100011 0 1110 100100111 1100010 101011

Color Harmonies of #CA02DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA02DB

Black with #CA02DB

Text Example


Text Example

White with #CA02DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA02DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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