Shades of Deep Magenta #C70DBF
Tints of Deep Magenta #C70DBF
RGB
CMYK
RGB Variations
Color information
#C70DBF (or 0xC70DBF) is known color: Deep Magenta. HEX triplet: C7, 0D and BF. RGB value is (199,13,191). Sum of RGB (Red+Green+Blue) = 199+13+191=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C70DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DBF is #38F240. Grayscale: #585858. Windows color (decimal): -3732033 or 12520903. OLE color: 12520903.
HSL color Cylindrical-coordinate representation of color #C70DBF: hue angle of 302.58º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70DBF is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 191 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.22 |
| HSL | 302.58º | 0.88% | 0.42% | - |
| HSV(B) | 302.58º | 0.93% | 0.78% | - |
| XYZ | 33.1 | 16.19 | 50.67 | - |
| YUV | 88.91 | 185.62 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 191 | 0 | 0.93 | 0.04 | 0.22 | 302.58 | 0.88 | 0.42 |
| Hex | C7 | D | BF | 0 | 5D | 4 | 16 | 12F | 58 | 2A |
| Octal | 307 | 15 | 277 | 0 | 135 | 4 | 26 | 457 | 130 | 52 |
| Binary | 11000111 | 1101 | 10111111 | 0 | 1011101 | 100 | 10110 | 100101111 | 1011000 | 101010 |
Color Harmonies of #C70DBF
Complementary color
Monochromatic Colors of #C70DBF
Black with #C70DBF
Text Example
Text Example
White with #C70DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70DBF; }
p { color: rgb(199,13,191); }
H1.HeaderClassName
{
color: #C70DBF;
}
.AnyTagClassName
{
color: #C70DBF;
}
</style>
background-color css
<style>
a { background-color: #C70DBF; }
a { background-color: rgb(199,13,191); }
div.DivClassName
{
background-color: #C70DBF;
}
.BgClassName
{
background-color: #C70DBF;
}
</style>
border-color css
<style>
span { border-color: #C70DBF; }
span { border-color: rgb(199,13,191); }
td.TdClassName
{
border-color: #C70DBF;
}
.TagClassName
{
border-color: #C70DBF;
}
</style>