#C017AE

Color #C017AE Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C017AE

Tints of Deep Magenta #C017AE

Color information

#C017AE (or 0xC017AE) is unknown color: approx Deep Magenta. HEX triplet: C0, 17 and AE. RGB value is (192,23,174). Sum of RGB (Red+Green+Blue) = 192+23+174=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C017AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C017AE is #3FE851. Grayscale: #5A5A5A. Windows color (decimal): -4188242 or 11409344. OLE color: 11409344.

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

Color convert

RGB19223174-
CMYK00.880.090.25
HSL306.39º78.6%42.16%-
HSV(B)306.39º88.02%75.29%-
XYZ29.6814.8841.35-
YUV90.74174.99200.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.36%
GREEN value IS 23 (9.38% from 255) = 5.91%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=49.36%
G=5.91%
B=44.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922317400.880.090.25306.3978.642.16
HexC017AE0589191324f2a
Octal300272560130113146211752
Binary110000001011110101110010110001001110011001100101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C017AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C017AE; }

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

 H1.HeaderClassName
 {
   color: #C017AE;
 }
 .AnyTagClassName
 {
   color: #C017AE;
 }
</style>
background-color css

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

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

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

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

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

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