Html Css Color HEX #CD01DD Deep Magenta

📋 copy color: '#CD01DD'

red 205 ◦ green 1 ◦ blue 221

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

Shades of Deep Magenta #CD01DD

Tints of Deep Magenta #CD01DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 48.01%
G = 0.23%
B = 51.76%

CMYK

 C value IS 0.07

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD01DD (or 0xCD01DD) is known color: Deep Magenta. HEX triplet: CD, 01 and DD. RGB value is (205,1,221). Sum of RGB (Red+Green+Blue) = 205+1+221=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD01DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD01DD is #32FE22. Grayscale: #565656. Windows color (decimal): -3341859 or 14483917. OLE color: 14483917.

HSL color Cylindrical-coordinate representation of color #CD01DD: hue angle of 295.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD01DD is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 1 221 -
CMYK 0.07 1.00 0 0.13
HSL 295.64º 0.99% 0.44% -
HSV(B) 295.64º 1% 0.87% -
XYZ 38.24 18.22 69.91 -
YUV 87.08 203.59 212.11 -
System Red Green Blue C M Y K H S L
Decimal 205 1 221 0.07 1.00 0 0.13 295.64 0.99 0.44
Hex CD 1 DD 7 64 0 D 128 63 2C
Octal 315 1 335 7 144 0 15 450 143 54
Binary 11001101 1 11011101 111 1100100 0 1101 100101000 1100011 101100

Color Harmonies of #CD01DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD01DD

Black with #CD01DD

Text Example


Text Example

White with #CD01DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD01DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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