Shades of Deep Magenta #C709D8
Tints of Deep Magenta #C709D8
RGB
CMYK
RGB Variations
Color information
#C709D8 (or 0xC709D8) is known color: Deep Magenta. HEX triplet: C7, 09 and D8. RGB value is (199,9,216). Sum of RGB (Red+Green+Blue) = 199+9+216=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 9 (3.91% from 255 or 2.12% from 424); Blue value is 216 (84.77% from 255 or 50.94% from 424); Max value from RGB is 216 - color contains mainly: blue. Hex color #C709D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C709D8 is #38F627. Grayscale: #585858. Windows color (decimal): -3733032 or 14158279. OLE color: 14158279.
HSL color Cylindrical-coordinate representation of color #C709D8: hue angle of 295.07º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C709D8 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 9 | 216 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.15 |
| HSL | 295.07º | 0.92% | 0.44% | - |
| HSV(B) | 295.07º | 0.96% | 0.85% | - |
| XYZ | 36.05 | 17.3 | 66.4 | - |
| YUV | 89.41 | 199.45 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 216 | 0.08 | 0.96 | 0 | 0.15 | 295.07 | 0.92 | 0.44 |
| Hex | C7 | 9 | D8 | 8 | 60 | 0 | F | 127 | 5C | 2C |
| Octal | 307 | 11 | 330 | 10 | 140 | 0 | 17 | 447 | 134 | 54 |
| Binary | 11000111 | 1001 | 11011000 | 1000 | 1100000 | 0 | 1111 | 100100111 | 1011100 | 101100 |
Color Harmonies of #C709D8
Complementary color
Monochromatic Colors of #C709D8
Black with #C709D8
Text Example
Text Example
White with #C709D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C709D8; }
p { color: rgb(199,9,216); }
H1.HeaderClassName
{
color: #C709D8;
}
.AnyTagClassName
{
color: #C709D8;
}
</style>
background-color css
<style>
a { background-color: #C709D8; }
a { background-color: rgb(199,9,216); }
div.DivClassName
{
background-color: #C709D8;
}
.BgClassName
{
background-color: #C709D8;
}
</style>
border-color css
<style>
span { border-color: #C709D8; }
span { border-color: rgb(199,9,216); }
td.TdClassName
{
border-color: #C709D8;
}
.TagClassName
{
border-color: #C709D8;
}
</style>