Html Css Color HEX #C911DC Deep Magenta

📋 copy color: '#C911DC'

red 201 ◦ green 17 ◦ blue 220

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

Shades of Deep Magenta #C911DC

Tints of Deep Magenta #C911DC

RGB

 RED value IS 201 (78.91% from 255) = 45.89%

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

 BLUE value IS 220 (86.33% from 255) = 50.23%

R = 45.89%
G = 3.88%
B = 50.23%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C911DC (or 0xC911DC) is known color: Deep Magenta. HEX triplet: C9, 11 and DC. RGB value is (201,17,220). Sum of RGB (Red+Green+Blue) = 201+17+220=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #C911DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C911DC is #36EE23. Grayscale: #5E5E5E. Windows color (decimal): -3599908 or 14422473. OLE color: 14422473.

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

Color convert

RGB 201 17 220 -
CMYK 0.09 0.92 0 0.14
HSL 294.38º 0.86% 0.46% -
HSV(B) 294.38º 0.92% 0.86% -
XYZ 37.21 17.99 69.22 -
YUV 95.16 198.46 203.49 -
System Red Green Blue C M Y K H S L
Decimal 201 17 220 0.09 0.92 0 0.14 294.38 0.86 0.46
Hex C9 11 DC 9 5C 0 E 126 56 2E
Octal 311 21 334 11 134 0 16 446 126 56
Binary 11001001 10001 11011100 1001 1011100 0 1110 100100110 1010110 101110

Color Harmonies of #C911DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C911DC

Black with #C911DC

Text Example


Text Example

White with #C911DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C911DC; }

 p { color: rgb(201,17,220); }

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

background-color css

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

 a { background-color: rgb(201,17,220); }

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

border-color css

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

 span { border-color: rgb(201,17,220); }

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