Html Css Color HEX #C811DD Deep Magenta

📋 copy color: '#C811DD'

red 200 ◦ green 17 ◦ blue 221

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

Shades of Deep Magenta #C811DD

Tints of Deep Magenta #C811DD

RGB

 RED value IS 200 (78.52% from 255) = 45.66%

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

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

R = 45.66%
G = 3.88%
B = 50.46%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C811DD (or 0xC811DD) is known color: Deep Magenta. HEX triplet: C8, 11 and DD. RGB value is (200,17,221). Sum of RGB (Red+Green+Blue) = 200+17+221=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #C811DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C811DD is #37EE22. Grayscale: #5E5E5E. Windows color (decimal): -3665443 or 14488008. OLE color: 14488008.

HSL color Cylindrical-coordinate representation of color #C811DD: hue angle of 293.82º 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 #C811DD is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 17 221 -
CMYK 0.10 0.92 0 0.13
HSL 293.82º 0.86% 0.47% -
HSV(B) 293.82º 0.92% 0.87% -
XYZ 37.07 17.9 69.91 -
YUV 94.97 199.13 202.91 -
System Red Green Blue C M Y K H S L
Decimal 200 17 221 0.10 0.92 0 0.13 293.82 0.86 0.47
Hex C8 11 DD A 5C 0 D 126 56 2F
Octal 310 21 335 12 134 0 15 446 126 57
Binary 11001000 10001 11011101 1010 1011100 0 1101 100100110 1010110 101111

Color Harmonies of #C811DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C811DD

Black with #C811DD

Text Example


Text Example

White with #C811DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C811DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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