#c012ab

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

Shades of Deep Magenta #C012AB

Tints of Deep Magenta #C012AB

Color information

#C012AB (or 0xC012AB) is unknown color: approx Deep Magenta. HEX triplet: C0, 12 and AB. RGB value is (192,18,171). Sum of RGB (Red+Green+Blue) = 192+18+171=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C012AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C012AB is #3FED54. Grayscale: #575757. Windows color (decimal): -4189525 or 11211456. OLE color: 11211456.

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

Color convert

RGB19218171-
CMYK00.910.110.25
HSL307.24º82.86%41.18%-
HSV(B)307.24º90.62%75.29%-
XYZ29.3114.5839.8-
YUV87.47175.15202.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.39%
GREEN value IS 18 (7.42% from 255) = 4.72%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=50.39%
G=4.72%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921817100.910.110.25307.2482.8641.18
HexC012AB05BB191335329
Octal300222530133133146312351
Binary110000001001010101011010110111011110011001100111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c012ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c012ab; }

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

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

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

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

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

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

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

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