Html Css Color HEX #C011AE Deep Magenta

📋 copy color: '#C011AE'

red 192 ◦ green 17 ◦ blue 174

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

Shades of Deep Magenta #C011AE

Tints of Deep Magenta #C011AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.43%

R = 50.13%
G = 4.44%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C011AE (or 0xC011AE) is known color: Deep Magenta. HEX triplet: C0, 11 and AE. RGB value is (192,17,174). Sum of RGB (Red+Green+Blue) = 192+17+174=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C011AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C011AE is #3FEE51. Grayscale: #565656. Windows color (decimal): -4189778 or 11407808. OLE color: 11407808.

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

Color convert

RGB 192 17 174 -
CMYK 0 0.91 0.09 0.25
HSL 306.17º 0.84% 0.41% -
HSV(B) 306.17º 0.91% 0.75% -
XYZ 29.58 14.66 41.32 -
YUV 87.22 176.98 202.73 -
System Red Green Blue C M Y K H S L
Decimal 192 17 174 0 0.91 0.09 0.25 306.17 0.84 0.41
Hex C0 11 AE 0 5B 9 19 132 54 29
Octal 300 21 256 0 133 11 31 462 124 51
Binary 11000000 10001 10101110 0 1011011 1001 11001 100110010 1010100 101001

Color Harmonies of #C011AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011AE

Black with #C011AE

Text Example


Text Example

White with #C011AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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