Html Css Color HEX #CD01DB Deep Magenta

📋 copy color: '#CD01DB'

red 205 ◦ green 1 ◦ blue 219

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

Shades of Deep Magenta #CD01DB

Tints of Deep Magenta #CD01DB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 48.24%
G = 0.24%
B = 51.53%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD01DB (or 0xCD01DB) is known color: Deep Magenta. HEX triplet: CD, 01 and DB. RGB value is (205,1,219). Sum of RGB (Red+Green+Blue) = 205+1+219=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 1 (0.78% from 255 or 0.24% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD01DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD01DB is #32FE24. Grayscale: #565656. Windows color (decimal): -3341861 or 14352845. OLE color: 14352845.

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

Color convert

RGB 205 1 219 -
CMYK 0.06 1.00 0 0.14
HSL 296.15º 0.99% 0.43% -
HSV(B) 296.15º 1% 0.86% -
XYZ 37.97 18.12 68.51 -
YUV 86.85 202.59 212.27 -
System Red Green Blue C M Y K H S L
Decimal 205 1 219 0.06 1.00 0 0.14 296.15 0.99 0.43
Hex CD 1 DB 6 64 0 E 128 63 2B
Octal 315 1 333 6 144 0 16 450 143 53
Binary 11001101 1 11011011 110 1100100 0 1110 100101000 1100011 101011

Color Harmonies of #CD01DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD01DB

Black with #CD01DB

Text Example


Text Example

White with #CD01DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD01DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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