Shades of Deep Magenta #C709CE
Tints of Deep Magenta #C709CE
RGB
CMYK
RGB Variations
Color information
#C709CE (or 0xC709CE) is known color: Deep Magenta. HEX triplet: C7, 09 and CE. RGB value is (199,9,206). Sum of RGB (Red+Green+Blue) = 199+9+206=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #C709CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C709CE is #38F631. Grayscale: #575757. Windows color (decimal): -3733042 or 13502919. OLE color: 13502919.
HSL color Cylindrical-coordinate representation of color #C709CE: hue angle of 297.87º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C709CE is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 9 | 206 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.19 |
| HSL | 297.87º | 0.92% | 0.42% | - |
| HSV(B) | 297.87º | 0.96% | 0.81% | - |
| XYZ | 34.79 | 16.79 | 59.8 | - |
| YUV | 88.27 | 194.45 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 206 | 0.03 | 0.96 | 0 | 0.19 | 297.87 | 0.92 | 0.42 |
| Hex | C7 | 9 | CE | 3 | 60 | 0 | 13 | 12A | 5C | 2A |
| Octal | 307 | 11 | 316 | 3 | 140 | 0 | 23 | 452 | 134 | 52 |
| Binary | 11000111 | 1001 | 11001110 | 11 | 1100000 | 0 | 10011 | 100101010 | 1011100 | 101010 |
Color Harmonies of #C709CE
Complementary color
Monochromatic Colors of #C709CE
Black with #C709CE
Text Example
Text Example
White with #C709CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C709CE; }
p { color: rgb(199,9,206); }
H1.HeaderClassName
{
color: #C709CE;
}
.AnyTagClassName
{
color: #C709CE;
}
</style>
background-color css
<style>
a { background-color: #C709CE; }
a { background-color: rgb(199,9,206); }
div.DivClassName
{
background-color: #C709CE;
}
.BgClassName
{
background-color: #C709CE;
}
</style>
border-color css
<style>
span { border-color: #C709CE; }
span { border-color: rgb(199,9,206); }
td.TdClassName
{
border-color: #C709CE;
}
.TagClassName
{
border-color: #C709CE;
}
</style>