Html Css Color HEX #C011AB Deep Magenta

📋 copy color: '#C011AB'

red 192 ◦ green 17 ◦ blue 171

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

Shades of Deep Magenta #C011AB

Tints of Deep Magenta #C011AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45%

R = 50.53%
G = 4.47%
B = 45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C011AB (or 0xC011AB) is known color: Deep Magenta. HEX triplet: C0, 11 and AB. RGB value is (192,17,171). Sum of RGB (Red+Green+Blue) = 192+17+171=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C011AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C011AB is #3FEE54. Grayscale: #565656. Windows color (decimal): -4189781 or 11211200. OLE color: 11211200.

HSL color Cylindrical-coordinate representation of color #C011AB: hue angle of 307.2º 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 #C011AB is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 171 -
CMYK 0 0.91 0.11 0.25
HSL 307.2º 0.84% 0.41% -
HSV(B) 307.2º 0.91% 0.75% -
XYZ 29.29 14.55 39.79 -
YUV 86.88 175.48 202.98 -
System Red Green Blue C M Y K H S L
Decimal 192 17 171 0 0.91 0.11 0.25 307.2 0.84 0.41
Hex C0 11 AB 0 5B B 19 133 54 29
Octal 300 21 253 0 133 13 31 463 124 51
Binary 11000000 10001 10101011 0 1011011 1011 11001 100110011 1010100 101001

Color Harmonies of #C011AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011AB

Black with #C011AB

Text Example


Text Example

White with #C011AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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