Html Css Color HEX #C011C6 Deep Magenta

📋 copy color: '#C011C6'

red 192 ◦ green 17 ◦ blue 198

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

Shades of Deep Magenta #C011C6

Tints of Deep Magenta #C011C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.65%

R = 47.17%
G = 4.18%
B = 48.65%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C011C6 (or 0xC011C6) is known color: Deep Magenta. HEX triplet: C0, 11 and C6. RGB value is (192,17,198). Sum of RGB (Red+Green+Blue) = 192+17+198=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #C011C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C011C6 is #3FEE39. Grayscale: #595959. Windows color (decimal): -4189754 or 12980672. OLE color: 12980672.

HSL color Cylindrical-coordinate representation of color #C011C6: hue angle of 298.01º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C011C6 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 17 198 -
CMYK 0.03 0.91 0 0.22
HSL 298.01º 0.84% 0.42% -
HSV(B) 298.01º 0.91% 0.78% -
XYZ 32.13 15.68 54.76 -
YUV 89.96 188.98 200.78 -
System Red Green Blue C M Y K H S L
Decimal 192 17 198 0.03 0.91 0 0.22 298.01 0.84 0.42
Hex C0 11 C6 3 5B 0 16 12A 54 2A
Octal 300 21 306 3 133 0 26 452 124 52
Binary 11000000 10001 11000110 11 1011011 0 10110 100101010 1010100 101010

Color Harmonies of #C011C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011C6

Black with #C011C6

Text Example


Text Example

White with #C011C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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