Html Css Color HEX #CD11DD Deep Magenta

📋 copy color: '#CD11DD'

red 205 ◦ green 17 ◦ blue 221

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

Shades of Deep Magenta #CD11DD

Tints of Deep Magenta #CD11DD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.84%

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

R = 46.28%
G = 3.84%
B = 49.89%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD11DD (or 0xCD11DD) is known color: Deep Magenta. HEX triplet: CD, 11 and DD. RGB value is (205,17,221). Sum of RGB (Red+Green+Blue) = 205+17+221=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD11DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD11DD is #32EE22. Grayscale: #5F5F5F. Windows color (decimal): -3337763 or 14488013. OLE color: 14488013.

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

Color convert

RGB 205 17 221 -
CMYK 0.07 0.92 0 0.13
HSL 295.29º 0.86% 0.47% -
HSV(B) 295.29º 0.92% 0.87% -
XYZ 38.43 18.6 69.97 -
YUV 96.47 198.28 205.41 -
System Red Green Blue C M Y K H S L
Decimal 205 17 221 0.07 0.92 0 0.13 295.29 0.86 0.47
Hex CD 11 DD 7 5C 0 D 127 56 2F
Octal 315 21 335 7 134 0 15 447 126 57
Binary 11001101 10001 11011101 111 1011100 0 1101 100100111 1010110 101111

Color Harmonies of #CD11DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD11DD

Black with #CD11DD

Text Example


Text Example

White with #CD11DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD11DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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