Shades of Deep Magenta #C70CBC
Tints of Deep Magenta #C70CBC
RGB
CMYK
RGB Variations
Color information
#C70CBC (or 0xC70CBC) is known color: Deep Magenta. HEX triplet: C7, 0C and BC. RGB value is (199,12,188). Sum of RGB (Red+Green+Blue) = 199+12+188=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C70CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70CBC is #38F343. Grayscale: #575757. Windows color (decimal): -3732292 or 12324039. OLE color: 12324039.
HSL color Cylindrical-coordinate representation of color #C70CBC: hue angle of 303.53º 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 #C70CBC is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 12 | 188 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.22 |
| HSL | 303.53º | 0.89% | 0.41% | - |
| HSV(B) | 303.53º | 0.94% | 0.78% | - |
| XYZ | 32.76 | 16.04 | 48.95 | - |
| YUV | 87.98 | 184.45 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 188 | 0 | 0.94 | 0.06 | 0.22 | 303.53 | 0.89 | 0.41 |
| Hex | C7 | C | BC | 0 | 5E | 6 | 16 | 130 | 59 | 29 |
| Octal | 307 | 14 | 274 | 0 | 136 | 6 | 26 | 460 | 131 | 51 |
| Binary | 11000111 | 1100 | 10111100 | 0 | 1011110 | 110 | 10110 | 100110000 | 1011001 | 101001 |
Color Harmonies of #C70CBC
Complementary color
Monochromatic Colors of #C70CBC
Black with #C70CBC
Text Example
Text Example
White with #C70CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70CBC; }
p { color: rgb(199,12,188); }
H1.HeaderClassName
{
color: #C70CBC;
}
.AnyTagClassName
{
color: #C70CBC;
}
</style>
background-color css
<style>
a { background-color: #C70CBC; }
a { background-color: rgb(199,12,188); }
div.DivClassName
{
background-color: #C70CBC;
}
.BgClassName
{
background-color: #C70CBC;
}
</style>
border-color css
<style>
span { border-color: #C70CBC; }
span { border-color: rgb(199,12,188); }
td.TdClassName
{
border-color: #C70CBC;
}
.TagClassName
{
border-color: #C70CBC;
}
</style>