Html Css Color HEX #CD02DB Deep Magenta

📋 copy color: '#CD02DB'

red 205 ◦ green 2 ◦ blue 219

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

Shades of Deep Magenta #CD02DB

Tints of Deep Magenta #CD02DB

RGB

 RED value IS 205 (80.47% from 255) = 48.12%

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

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

R = 48.12%
G = 0.47%
B = 51.41%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD02DB (or 0xCD02DB) is known color: Deep Magenta. HEX triplet: CD, 02 and DB. RGB value is (205,2,219). Sum of RGB (Red+Green+Blue) = 205+2+219=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD02DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD02DB is #32FD24. Grayscale: #565656. Windows color (decimal): -3341605 or 14353101. OLE color: 14353101.

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

Color convert

RGB 205 2 219 -
CMYK 0.06 0.99 0 0.14
HSL 296.13º 0.98% 0.43% -
HSV(B) 296.13º 0.99% 0.86% -
XYZ 37.98 18.14 68.52 -
YUV 87.44 202.25 211.86 -
System Red Green Blue C M Y K H S L
Decimal 205 2 219 0.06 0.99 0 0.14 296.13 0.98 0.43
Hex CD 2 DB 6 63 0 E 128 62 2B
Octal 315 2 333 6 143 0 16 450 142 53
Binary 11001101 10 11011011 110 1100011 0 1110 100101000 1100010 101011

Color Harmonies of #CD02DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD02DB

Black with #CD02DB

Text Example


Text Example

White with #CD02DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD02DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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