#C000A6

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

Shades of Deep Magenta #C000A6

Tints of Deep Magenta #C000A6

Color information

#C000A6 (or 0xC000A6) is unknown color: approx Deep Magenta. HEX triplet: C0, 00 and A6. RGB value is (192,0,166). Sum of RGB (Red+Green+Blue) = 192+0+166=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C000A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C000A6 is #3FFF59. Grayscale: #4B4B4B. Windows color (decimal): -4194138 or 10879168. OLE color: 10879168.

HSL color Cylindrical-coordinate representation of color #C000A6: hue angle of 308.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000A6 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB1920166-
CMYK010.140.25
HSL308.12º100%37.65%-
HSV(B)308.12º100%75.29%-
XYZ28.6213.9637.26-
YUV76.33178.61210.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 166 (65.23% from 255) = 46.37%
R=53.63%
G=0%
B=46.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1920166010.140.25308.1210037.65
HexC00A6064E191346426
Octal30002460144163146414446
Binary11000000010100110011001001110110011001101001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C000A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C000A6; }

 p { color: rgb(192,0,166); }

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

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

 a { background-color: rgb(192,0,166); }

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

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

 span { border-color: rgb(192,0,166); }

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