Html Css Color HEX #CD01DC Deep Magenta

📋 copy color: '#CD01DC'

red 205 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #CD01DC

Tints of Deep Magenta #CD01DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.64%

R = 48.12%
G = 0.23%
B = 51.64%

CMYK

 C value IS 0.07

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD01DC (or 0xCD01DC) is known color: Deep Magenta. HEX triplet: CD, 01 and DC. RGB value is (205,1,220). Sum of RGB (Red+Green+Blue) = 205+1+220=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD01DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD01DC is #32FE23. Grayscale: #565656. Windows color (decimal): -3341860 or 14418381. OLE color: 14418381.

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

Color convert

RGB 205 1 220 -
CMYK 0.07 1.00 0 0.14
HSL 295.89º 0.99% 0.43% -
HSV(B) 295.89º 1% 0.86% -
XYZ 38.11 18.17 69.21 -
YUV 86.96 203.09 212.19 -
System Red Green Blue C M Y K H S L
Decimal 205 1 220 0.07 1.00 0 0.14 295.89 0.99 0.43
Hex CD 1 DC 7 64 0 E 128 63 2B
Octal 315 1 334 7 144 0 16 450 143 53
Binary 11001101 1 11011100 111 1100100 0 1110 100101000 1100011 101011

Color Harmonies of #CD01DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD01DC

Black with #CD01DC

Text Example


Text Example

White with #CD01DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD01DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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