Shades of Deep Magenta #C709A8
Tints of Deep Magenta #C709A8
RGB
CMYK
RGB Variations
Color information
#C709A8 (or 0xC709A8) is known color: Deep Magenta. HEX triplet: C7, 09 and A8. RGB value is (199,9,168). Sum of RGB (Red+Green+Blue) = 199+9+168=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C709A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C709A8 is #38F657. Grayscale: #535353. Windows color (decimal): -3733080 or 11012551. OLE color: 11012551.
HSL color Cylindrical-coordinate representation of color #C709A8: hue angle of 309.79º 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 #C709A8 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 168 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.22 |
| HSL | 309.79º | 0.91% | 0.41% | - |
| HSV(B) | 309.79º | 0.95% | 0.78% | - |
| XYZ | 30.72 | 15.16 | 38.35 | - |
| YUV | 83.94 | 175.45 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 168 | 0 | 0.95 | 0.16 | 0.22 | 309.79 | 0.91 | 0.41 |
| Hex | C7 | 9 | A8 | 0 | 5F | 10 | 16 | 136 | 5B | 29 |
| Octal | 307 | 11 | 250 | 0 | 137 | 20 | 26 | 466 | 133 | 51 |
| Binary | 11000111 | 1001 | 10101000 | 0 | 1011111 | 10000 | 10110 | 100110110 | 1011011 | 101001 |
Color Harmonies of #C709A8
Complementary color
Monochromatic Colors of #C709A8
Black with #C709A8
Text Example
Text Example
White with #C709A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C709A8; }
p { color: rgb(199,9,168); }
H1.HeaderClassName
{
color: #C709A8;
}
.AnyTagClassName
{
color: #C709A8;
}
</style>
background-color css
<style>
a { background-color: #C709A8; }
a { background-color: rgb(199,9,168); }
div.DivClassName
{
background-color: #C709A8;
}
.BgClassName
{
background-color: #C709A8;
}
</style>
border-color css
<style>
span { border-color: #C709A8; }
span { border-color: rgb(199,9,168); }
td.TdClassName
{
border-color: #C709A8;
}
.TagClassName
{
border-color: #C709A8;
}
</style>