#C00AAC

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

Shades of Deep Magenta #C00AAC

Tints of Deep Magenta #C00AAC

Color information

#C00AAC (or 0xC00AAC) is unknown color: approx Deep Magenta. HEX triplet: C0, 0A and AC. RGB value is (192,10,172). Sum of RGB (Red+Green+Blue) = 192+10+172=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C00AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00AAC is #3FF553. Grayscale: #525252. Windows color (decimal): -4191572 or 11274944. OLE color: 11274944.

HSL color Cylindrical-coordinate representation of color #C00AAC: hue angle of 306.59º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00AAC is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19210172-
CMYK00.950.100.25
HSL306.59º90.1%39.61%-
HSV(B)306.59º94.79%75.29%-
XYZ29.2914.440.27-
YUV82.89178.3205.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.34%
GREEN value IS 10 (4.30% from 255) = 2.67%
BLUE value IS 172 (67.58% from 255) = 45.99%
R=51.34%
G=2.67%
B=45.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921017200.950.100.25306.5990.139.61
HexC0AAC05FA191335a28
Octal300122540137123146313250
Binary11000000101010101100010111111010110011001100111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00AAC; }

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

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

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

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

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

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

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

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