#C600A9

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

Shades of Deep Magenta #C600A9

Tints of Deep Magenta #C600A9

Color information

#C600A9 (or 0xC600A9) is unknown color: approx Deep Magenta. HEX triplet: C6, 00 and A9. RGB value is (198,0,169). Sum of RGB (Red+Green+Blue) = 198+0+169=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 169 (66.41% from 255 or 46.05% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C600A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C600A9 is #39FF56. Grayscale: #4D4D4D. Windows color (decimal): -3800919 or 11075782. OLE color: 11075782.

HSL color Cylindrical-coordinate representation of color #C600A9: hue angle of 308.79º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600A9 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB1980169-
CMYK010.150.22
HSL308.79º100%38.82%-
HSV(B)308.79º100%77.65%-
XYZ30.4514.8738.8-
YUV78.47179.1213.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 169 (66.41% from 255) = 46.05%
R=53.95%
G=0%
B=46.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1980169010.150.22308.7910038.82
HexC60A9064F161356427
Octal30602510144172646514447
Binary11000110010101001011001001111101101001101011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C600A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C600A9; }

 p { color: rgb(198,0,169); }

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

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

 a { background-color: rgb(198,0,169); }

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

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

 span { border-color: rgb(198,0,169); }

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