Html Css Color HEX #CD11DB Deep Magenta

📋 copy color: '#CD11DB'

red 205 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #CD11DB

Tints of Deep Magenta #CD11DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 46.49%
G = 3.85%
B = 49.66%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD11DB (or 0xCD11DB) is known color: Deep Magenta. HEX triplet: CD, 11 and DB. RGB value is (205,17,219). Sum of RGB (Red+Green+Blue) = 205+17+219=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD11DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD11DB is #32EE24. Grayscale: #5F5F5F. Windows color (decimal): -3337765 or 14356941. OLE color: 14356941.

HSL color Cylindrical-coordinate representation of color #CD11DB: hue angle of 295.84º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD11DB is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 17 219 -
CMYK 0.06 0.92 0 0.14
HSL 295.84º 0.86% 0.46% -
HSV(B) 295.84º 0.92% 0.86% -
XYZ 38.16 18.49 68.58 -
YUV 96.24 197.28 205.57 -
System Red Green Blue C M Y K H S L
Decimal 205 17 219 0.06 0.92 0 0.14 295.84 0.86 0.46
Hex CD 11 DB 6 5C 0 E 128 56 2E
Octal 315 21 333 6 134 0 16 450 126 56
Binary 11001101 10001 11011011 110 1011100 0 1110 100101000 1010110 101110

Color Harmonies of #CD11DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD11DB

Black with #CD11DB

Text Example


Text Example

White with #CD11DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD11DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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