Shades of Deep Magenta #C708AF
Tints of Deep Magenta #C708AF
RGB
CMYK
RGB Variations
Color information
#C708AF (or 0xC708AF) is known color: Deep Magenta. HEX triplet: C7, 08 and AF. RGB value is (199,8,175). Sum of RGB (Red+Green+Blue) = 199+8+175=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C708AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C708AF is #38F750. Grayscale: #535353. Windows color (decimal): -3733329 or 11471047. OLE color: 11471047.
HSL color Cylindrical-coordinate representation of color #C708AF: hue angle of 307.54º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C708AF is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 175 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.22 |
| HSL | 307.54º | 0.92% | 0.41% | - |
| HSV(B) | 307.54º | 0.96% | 0.78% | - |
| XYZ | 31.38 | 15.41 | 41.88 | - |
| YUV | 84.15 | 179.28 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 175 | 0 | 0.96 | 0.12 | 0.22 | 307.54 | 0.92 | 0.41 |
| Hex | C7 | 8 | AF | 0 | 60 | C | 16 | 134 | 5C | 29 |
| Octal | 307 | 10 | 257 | 0 | 140 | 14 | 26 | 464 | 134 | 51 |
| Binary | 11000111 | 1000 | 10101111 | 0 | 1100000 | 1100 | 10110 | 100110100 | 1011100 | 101001 |
Color Harmonies of #C708AF
Complementary color
Monochromatic Colors of #C708AF
Black with #C708AF
Text Example
Text Example
White with #C708AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708AF; }
p { color: rgb(199,8,175); }
H1.HeaderClassName
{
color: #C708AF;
}
.AnyTagClassName
{
color: #C708AF;
}
</style>
background-color css
<style>
a { background-color: #C708AF; }
a { background-color: rgb(199,8,175); }
div.DivClassName
{
background-color: #C708AF;
}
.BgClassName
{
background-color: #C708AF;
}
</style>
border-color css
<style>
span { border-color: #C708AF; }
span { border-color: rgb(199,8,175); }
td.TdClassName
{
border-color: #C708AF;
}
.TagClassName
{
border-color: #C708AF;
}
</style>