#C015AC

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

Shades of Deep Magenta #C015AC

Tints of Deep Magenta #C015AC

Color information

#C015AC (or 0xC015AC) is unknown color: approx Deep Magenta. HEX triplet: C0, 15 and AC. RGB value is (192,21,172). Sum of RGB (Red+Green+Blue) = 192+21+172=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C015AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C015AC is #3FEA53. Grayscale: #585858. Windows color (decimal): -4188756 or 11277760. OLE color: 11277760.

HSL color Cylindrical-coordinate representation of color #C015AC: hue angle of 307.02º degrees, saturation: 0.8, 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 #C015AC is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19221172-
CMYK00.890.100.25
HSL307.02º80.28%41.76%-
HSV(B)307.02º89.06%75.29%-
XYZ29.4514.7240.32-
YUV89.34174.65201.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.87%
GREEN value IS 21 (8.59% from 255) = 5.45%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=49.87%
G=5.45%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922117200.890.100.25307.0280.2841.76
HexC015AC059A19133502a
Octal300252540131123146312052
Binary110000001010110101100010110011010110011001100111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C015AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C015AC; }

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

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

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

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

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

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

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

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