Shades of Deep Magenta #C708BB
Tints of Deep Magenta #C708BB
RGB
CMYK
RGB Variations
Color information
#C708BB (or 0xC708BB) is known color: Deep Magenta. HEX triplet: C7, 08 and BB. RGB value is (199,8,187). Sum of RGB (Red+Green+Blue) = 199+8+187=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C708BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708BB is #38F744. Grayscale: #545454. Windows color (decimal): -3733317 or 12257479. OLE color: 12257479.
HSL color Cylindrical-coordinate representation of color #C708BB: hue angle of 303.77º 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 #C708BB is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 187 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.22 |
| HSL | 303.77º | 0.92% | 0.41% | - |
| HSV(B) | 303.77º | 0.96% | 0.78% | - |
| XYZ | 32.61 | 15.9 | 48.36 | - |
| YUV | 85.52 | 185.28 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 187 | 0 | 0.96 | 0.06 | 0.22 | 303.77 | 0.92 | 0.41 |
| Hex | C7 | 8 | BB | 0 | 60 | 6 | 16 | 130 | 5C | 29 |
| Octal | 307 | 10 | 273 | 0 | 140 | 6 | 26 | 460 | 134 | 51 |
| Binary | 11000111 | 1000 | 10111011 | 0 | 1100000 | 110 | 10110 | 100110000 | 1011100 | 101001 |
Color Harmonies of #C708BB
Complementary color
Monochromatic Colors of #C708BB
Black with #C708BB
Text Example
Text Example
White with #C708BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708BB; }
p { color: rgb(199,8,187); }
H1.HeaderClassName
{
color: #C708BB;
}
.AnyTagClassName
{
color: #C708BB;
}
</style>
background-color css
<style>
a { background-color: #C708BB; }
a { background-color: rgb(199,8,187); }
div.DivClassName
{
background-color: #C708BB;
}
.BgClassName
{
background-color: #C708BB;
}
</style>
border-color css
<style>
span { border-color: #C708BB; }
span { border-color: rgb(199,8,187); }
td.TdClassName
{
border-color: #C708BB;
}
.TagClassName
{
border-color: #C708BB;
}
</style>