Html Css Color HEX #CD00DD Deep Magenta

📋 copy color: '#CD00DD'

red 205 ◦ green 0 ◦ blue 221

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

Shades of Deep Magenta #CD00DD

Tints of Deep Magenta #CD00DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.12%
G = 0%
B = 51.88%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD00DD (or 0xCD00DD) is known color: Deep Magenta. HEX triplet: CD, 00 and DD. RGB value is (205,0,221). Sum of RGB (Red+Green+Blue) = 205+0+221=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD00DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD00DD is #32FF22. Grayscale: #555555. Windows color (decimal): -3342115 or 14483661. OLE color: 14483661.

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

Color convert

RGB 205 0 221 -
CMYK 0.07 1 0 0.13
HSL 295.66º 1% 0.43% -
HSV(B) 295.66º 1% 0.87% -
XYZ 38.23 18.2 69.9 -
YUV 86.49 203.92 212.53 -
System Red Green Blue C M Y K H S L
Decimal 205 0 221 0.07 1 0 0.13 295.66 1 0.43
Hex CD 0 DD 7 64 0 D 128 64 2B
Octal 315 0 335 7 144 0 15 450 144 53
Binary 11001101 0 11011101 111 1100100 0 1101 100101000 1100100 101011

Color Harmonies of #CD00DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD00DD

Black with #CD00DD

Text Example


Text Example

White with #CD00DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD00DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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