#C809AC

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

Shades of Deep Magenta #C809AC

Tints of Deep Magenta #C809AC

Color information

#C809AC (or 0xC809AC) is unknown color: approx Deep Magenta. HEX triplet: C8, 09 and AC. RGB value is (200,9,172). Sum of RGB (Red+Green+Blue) = 200+9+172=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C809AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C809AC is #37F653. Grayscale: #545454. Windows color (decimal): -3667540 or 11274696. OLE color: 11274696.

HSL color Cylindrical-coordinate representation of color #C809AC: hue angle of 308.8º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C809AC is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB2009172-
CMYK00.960.140.22
HSL308.8º91.39%40.98%-
HSV(B)308.8º95.5%78.43%-
XYZ31.3615.4540.36-
YUV84.69177.28210.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.49%
GREEN value IS 9 (3.91% from 255) = 2.36%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=52.49%
G=2.36%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200917200.960.140.22308.891.3940.98
HexC89AC060E161355b29
Octal310112540140162646513351
Binary11001000100110101100011000001110101101001101011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C809AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C809AC; }

 p { color: rgb(200,9,172); }

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

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

 a { background-color: rgb(200,9,172); }

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

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

 span { border-color: rgb(200,9,172); }

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