Shades of Deep Magenta #C708BF
Tints of Deep Magenta #C708BF
RGB
CMYK
RGB Variations
Color information
#C708BF (or 0xC708BF) is known color: Deep Magenta. HEX triplet: C7, 08 and BF. RGB value is (199,8,191). Sum of RGB (Red+Green+Blue) = 199+8+191=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C708BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708BF is #38F740. Grayscale: #555555. Windows color (decimal): -3733313 or 12519623. OLE color: 12519623.
HSL color Cylindrical-coordinate representation of color #C708BF: hue angle of 302.51º 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 #C708BF is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 191 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.22 |
| HSL | 302.51º | 0.92% | 0.41% | - |
| HSV(B) | 302.51º | 0.96% | 0.78% | - |
| XYZ | 33.04 | 16.08 | 50.65 | - |
| YUV | 85.97 | 187.28 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 191 | 0 | 0.96 | 0.04 | 0.22 | 302.51 | 0.92 | 0.41 |
| Hex | C7 | 8 | BF | 0 | 60 | 4 | 16 | 12F | 5C | 29 |
| Octal | 307 | 10 | 277 | 0 | 140 | 4 | 26 | 457 | 134 | 51 |
| Binary | 11000111 | 1000 | 10111111 | 0 | 1100000 | 100 | 10110 | 100101111 | 1011100 | 101001 |
Color Harmonies of #C708BF
Complementary color
Monochromatic Colors of #C708BF
Black with #C708BF
Text Example
Text Example
White with #C708BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708BF; }
p { color: rgb(199,8,191); }
H1.HeaderClassName
{
color: #C708BF;
}
.AnyTagClassName
{
color: #C708BF;
}
</style>
background-color css
<style>
a { background-color: #C708BF; }
a { background-color: rgb(199,8,191); }
div.DivClassName
{
background-color: #C708BF;
}
.BgClassName
{
background-color: #C708BF;
}
</style>
border-color css
<style>
span { border-color: #C708BF; }
span { border-color: rgb(199,8,191); }
td.TdClassName
{
border-color: #C708BF;
}
.TagClassName
{
border-color: #C708BF;
}
</style>