Shades of Deep Magenta #C70BD8
Tints of Deep Magenta #C70BD8
RGB
CMYK
RGB Variations
Color information
#C70BD8 (or 0xC70BD8) is known color: Deep Magenta. HEX triplet: C7, 0B and D8. RGB value is (199,11,216). Sum of RGB (Red+Green+Blue) = 199+11+216=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #C70BD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70BD8 is #38F427. Grayscale: #595959. Windows color (decimal): -3732520 or 14158791. OLE color: 14158791.
HSL color Cylindrical-coordinate representation of color #C70BD8: hue angle of 295.02º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70BD8 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 11 | 216 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.15 |
| HSL | 295.02º | 0.9% | 0.45% | - |
| HSV(B) | 295.02º | 0.95% | 0.85% | - |
| XYZ | 36.07 | 17.34 | 66.41 | - |
| YUV | 90.58 | 198.78 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 216 | 0.08 | 0.95 | 0 | 0.15 | 295.02 | 0.9 | 0.45 |
| Hex | C7 | B | D8 | 8 | 5F | 0 | F | 127 | 5A | 2D |
| Octal | 307 | 13 | 330 | 10 | 137 | 0 | 17 | 447 | 132 | 55 |
| Binary | 11000111 | 1011 | 11011000 | 1000 | 1011111 | 0 | 1111 | 100100111 | 1011010 | 101101 |
Color Harmonies of #C70BD8
Complementary color
Monochromatic Colors of #C70BD8
Black with #C70BD8
Text Example
Text Example
White with #C70BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70BD8; }
p { color: rgb(199,11,216); }
H1.HeaderClassName
{
color: #C70BD8;
}
.AnyTagClassName
{
color: #C70BD8;
}
</style>
background-color css
<style>
a { background-color: #C70BD8; }
a { background-color: rgb(199,11,216); }
div.DivClassName
{
background-color: #C70BD8;
}
.BgClassName
{
background-color: #C70BD8;
}
</style>
border-color css
<style>
span { border-color: #C70BD8; }
span { border-color: rgb(199,11,216); }
td.TdClassName
{
border-color: #C70BD8;
}
.TagClassName
{
border-color: #C70BD8;
}
</style>