Html Css Color HEX #C011AC Deep Magenta

📋 copy color: '#C011AC'

red 192 ◦ green 17 ◦ blue 172

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

Shades of Deep Magenta #C011AC

Tints of Deep Magenta #C011AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 50.39%
G = 4.46%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C011AC (or 0xC011AC) is known color: Deep Magenta. HEX triplet: C0, 11 and AC. RGB value is (192,17,172). Sum of RGB (Red+Green+Blue) = 192+17+172=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C011AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C011AC is #3FEE53. Grayscale: #565656. Windows color (decimal): -4189780 or 11276736. OLE color: 11276736.

HSL color Cylindrical-coordinate representation of color #C011AC: hue angle of 306.86º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C011AC is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 172 -
CMYK 0 0.91 0.10 0.25
HSL 306.86º 0.84% 0.41% -
HSV(B) 306.86º 0.91% 0.75% -
XYZ 29.39 14.59 40.3 -
YUV 87 175.98 202.9 -
System Red Green Blue C M Y K H S L
Decimal 192 17 172 0 0.91 0.10 0.25 306.86 0.84 0.41
Hex C0 11 AC 0 5B A 19 133 54 29
Octal 300 21 254 0 133 12 31 463 124 51
Binary 11000000 10001 10101100 0 1011011 1010 11001 100110011 1010100 101001

Color Harmonies of #C011AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011AC

Black with #C011AC

Text Example


Text Example

White with #C011AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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