Html Css Color HEX #C011DB Deep Magenta

📋 copy color: '#C011DB'

red 192 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #C011DB

Tints of Deep Magenta #C011DB

RGB

 RED value IS 192 (75.39% from 255) = 44.86%

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

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

R = 44.86%
G = 3.97%
B = 51.17%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C011DB (or 0xC011DB) is known color: Deep Magenta. HEX triplet: C0, 11 and DB. RGB value is (192,17,219). Sum of RGB (Red+Green+Blue) = 192+17+219=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #C011DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C011DB is #3FEE24. Grayscale: #5B5B5B. Windows color (decimal): -4189733 or 14356928. OLE color: 14356928.

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

Color convert

RGB 192 17 219 -
CMYK 0.12 0.92 0 0.14
HSL 291.98º 0.86% 0.46% -
HSV(B) 291.98º 0.92% 0.86% -
XYZ 34.72 16.72 68.42 -
YUV 92.35 199.48 199.07 -
System Red Green Blue C M Y K H S L
Decimal 192 17 219 0.12 0.92 0 0.14 291.98 0.86 0.46
Hex C0 11 DB C 5C 0 E 124 56 2E
Octal 300 21 333 14 134 0 16 444 126 56
Binary 11000000 10001 11011011 1100 1011100 0 1110 100100100 1010110 101110

Color Harmonies of #C011DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011DB

Black with #C011DB

Text Example


Text Example

White with #C011DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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