Shades of Deep Magenta #C70CBF
Tints of Deep Magenta #C70CBF
RGB
CMYK
RGB Variations
Color information
#C70CBF (or 0xC70CBF) is known color: Deep Magenta. HEX triplet: C7, 0C and BF. RGB value is (199,12,191). Sum of RGB (Red+Green+Blue) = 199+12+191=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C70CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70CBF is #38F340. Grayscale: #575757. Windows color (decimal): -3732289 or 12520647. OLE color: 12520647.
HSL color Cylindrical-coordinate representation of color #C70CBF: hue angle of 302.57º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70CBF is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 12 | 191 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.22 |
| HSL | 302.57º | 0.89% | 0.41% | - |
| HSV(B) | 302.57º | 0.94% | 0.78% | - |
| XYZ | 33.09 | 16.17 | 50.67 | - |
| YUV | 88.32 | 185.95 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 191 | 0 | 0.94 | 0.04 | 0.22 | 302.57 | 0.89 | 0.41 |
| Hex | C7 | C | BF | 0 | 5E | 4 | 16 | 12F | 59 | 29 |
| Octal | 307 | 14 | 277 | 0 | 136 | 4 | 26 | 457 | 131 | 51 |
| Binary | 11000111 | 1100 | 10111111 | 0 | 1011110 | 100 | 10110 | 100101111 | 1011001 | 101001 |
Color Harmonies of #C70CBF
Complementary color
Monochromatic Colors of #C70CBF
Black with #C70CBF
Text Example
Text Example
White with #C70CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70CBF; }
p { color: rgb(199,12,191); }
H1.HeaderClassName
{
color: #C70CBF;
}
.AnyTagClassName
{
color: #C70CBF;
}
</style>
background-color css
<style>
a { background-color: #C70CBF; }
a { background-color: rgb(199,12,191); }
div.DivClassName
{
background-color: #C70CBF;
}
.BgClassName
{
background-color: #C70CBF;
}
</style>
border-color css
<style>
span { border-color: #C70CBF; }
span { border-color: rgb(199,12,191); }
td.TdClassName
{
border-color: #C70CBF;
}
.TagClassName
{
border-color: #C70CBF;
}
</style>