Shades of Deep Magenta #C708CF
Tints of Deep Magenta #C708CF
RGB
CMYK
RGB Variations
Color information
#C708CF (or 0xC708CF) is known color: Deep Magenta. HEX triplet: C7, 08 and CF. RGB value is (199,8,207). Sum of RGB (Red+Green+Blue) = 199+8+207=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #C708CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708CF is #38F730. Grayscale: #575757. Windows color (decimal): -3733297 or 13568199. OLE color: 13568199.
HSL color Cylindrical-coordinate representation of color #C708CF: hue angle of 297.59º degrees, saturation: 0.93, 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 #C708CF is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 8 | 207 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.19 |
| HSL | 297.59º | 0.93% | 0.42% | - |
| HSV(B) | 297.59º | 0.96% | 0.81% | - |
| XYZ | 34.9 | 16.82 | 60.44 | - |
| YUV | 87.8 | 195.28 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 207 | 0.04 | 0.96 | 0 | 0.19 | 297.59 | 0.93 | 0.42 |
| Hex | C7 | 8 | CF | 4 | 60 | 0 | 13 | 12A | 5D | 2A |
| Octal | 307 | 10 | 317 | 4 | 140 | 0 | 23 | 452 | 135 | 52 |
| Binary | 11000111 | 1000 | 11001111 | 100 | 1100000 | 0 | 10011 | 100101010 | 1011101 | 101010 |
Color Harmonies of #C708CF
Complementary color
Monochromatic Colors of #C708CF
Black with #C708CF
Text Example
Text Example
White with #C708CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708CF; }
p { color: rgb(199,8,207); }
H1.HeaderClassName
{
color: #C708CF;
}
.AnyTagClassName
{
color: #C708CF;
}
</style>
background-color css
<style>
a { background-color: #C708CF; }
a { background-color: rgb(199,8,207); }
div.DivClassName
{
background-color: #C708CF;
}
.BgClassName
{
background-color: #C708CF;
}
</style>
border-color css
<style>
span { border-color: #C708CF; }
span { border-color: rgb(199,8,207); }
td.TdClassName
{
border-color: #C708CF;
}
.TagClassName
{
border-color: #C708CF;
}
</style>