Html Css Color HEX #C016AE Deep Magenta

📋 copy color: '#C016AE'

red 192 ◦ green 22 ◦ blue 174

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

Shades of Deep Magenta #C016AE

Tints of Deep Magenta #C016AE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.67%

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

R = 49.48%
G = 5.67%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C016AE (or 0xC016AE) is known color: Deep Magenta. HEX triplet: C0, 16 and AE. RGB value is (192,22,174). Sum of RGB (Red+Green+Blue) = 192+22+174=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C016AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C016AE is #3FE951. Grayscale: #595959. Windows color (decimal): -4188498 or 11409088. OLE color: 11409088.

HSL color Cylindrical-coordinate representation of color #C016AE: hue angle of 306.35º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C016AE is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 22 174 -
CMYK 0 0.89 0.09 0.25
HSL 306.35º 0.79% 0.42% -
HSV(B) 306.35º 0.89% 0.75% -
XYZ 29.67 14.84 41.34 -
YUV 90.16 175.32 200.64 -
System Red Green Blue C M Y K H S L
Decimal 192 22 174 0 0.89 0.09 0.25 306.35 0.79 0.42
Hex C0 16 AE 0 59 9 19 132 4F 2A
Octal 300 26 256 0 131 11 31 462 117 52
Binary 11000000 10110 10101110 0 1011001 1001 11001 100110010 1001111 101010

Color Harmonies of #C016AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C016AE

Black with #C016AE

Text Example


Text Example

White with #C016AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C016AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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