Html Css Color HEX #CD01D8 Deep Magenta

📋 copy color: '#CD01D8'

red 205 ◦ green 1 ◦ blue 216

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

Shades of Deep Magenta #CD01D8

Tints of Deep Magenta #CD01D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.18%

R = 48.58%
G = 0.24%
B = 51.18%

CMYK

 C value IS 0.05

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD01D8 (or 0xCD01D8) is known color: Deep Magenta. HEX triplet: CD, 01 and D8. RGB value is (205,1,216). Sum of RGB (Red+Green+Blue) = 205+1+216=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 216 (84.77% from 255 or 51.18% from 422); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD01D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD01D8 is #32FE27. Grayscale: #555555. Windows color (decimal): -3341864 or 14156237. OLE color: 14156237.

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

Color convert

RGB 205 1 216 -
CMYK 0.05 1.00 0 0.15
HSL 296.93º 0.99% 0.43% -
HSV(B) 296.93º 1% 0.85% -
XYZ 37.58 17.96 66.45 -
YUV 86.51 201.09 212.52 -
System Red Green Blue C M Y K H S L
Decimal 205 1 216 0.05 1.00 0 0.15 296.93 0.99 0.43
Hex CD 1 D8 5 64 0 F 129 63 2B
Octal 315 1 330 5 144 0 17 451 143 53
Binary 11001101 1 11011000 101 1100100 0 1111 100101001 1100011 101011

Color Harmonies of #CD01D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD01D8

Black with #CD01D8

Text Example


Text Example

White with #CD01D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD01D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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