Html Css Color HEX #C911DB Deep Magenta

📋 copy color: '#C911DB'

red 201 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #C911DB

Tints of Deep Magenta #C911DB

RGB

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

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

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

R = 46%
G = 3.89%
B = 50.11%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C911DB (or 0xC911DB) is known color: Deep Magenta. HEX triplet: C9, 11 and DB. RGB value is (201,17,219). Sum of RGB (Red+Green+Blue) = 201+17+219=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #C911DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C911DB is #36EE24. Grayscale: #5E5E5E. Windows color (decimal): -3599909 or 14356937. OLE color: 14356937.

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

Color convert

RGB 201 17 219 -
CMYK 0.08 0.92 0 0.14
HSL 294.65º 0.86% 0.46% -
HSV(B) 294.65º 0.92% 0.86% -
XYZ 37.07 17.93 68.53 -
YUV 95.04 197.96 203.57 -
System Red Green Blue C M Y K H S L
Decimal 201 17 219 0.08 0.92 0 0.14 294.65 0.86 0.46
Hex C9 11 DB 8 5C 0 E 127 56 2E
Octal 311 21 333 10 134 0 16 447 126 56
Binary 11001001 10001 11011011 1000 1011100 0 1110 100100111 1010110 101110

Color Harmonies of #C911DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C911DB

Black with #C911DB

Text Example


Text Example

White with #C911DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C911DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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