#C012AA

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

Shades of Deep Magenta #C012AA

Tints of Deep Magenta #C012AA

Color information

#C012AA (or 0xC012AA) is unknown color: approx Deep Magenta. HEX triplet: C0, 12 and AA. RGB value is (192,18,170). Sum of RGB (Red+Green+Blue) = 192+18+170=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C012AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C012AA is #3FED55. Grayscale: #565656. Windows color (decimal): -4189526 or 11145920. OLE color: 11145920.

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

Color convert

RGB19218170-
CMYK00.910.110.25
HSL307.59º82.86%41.18%-
HSV(B)307.59º90.62%75.29%-
XYZ29.2114.5439.3-
YUV87.35174.65202.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.53%
GREEN value IS 18 (7.42% from 255) = 4.74%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=50.53%
G=4.74%
B=44.74%

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
Decimal1921817000.910.110.25307.5982.8641.18
HexC012AA05BB191345329
Octal300222520133133146412351
Binary110000001001010101010010110111011110011001101001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C012AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C012AA; }

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

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

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

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

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

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

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

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