Shades of Deep Magenta #C70CBD
Tints of Deep Magenta #C70CBD
RGB
CMYK
RGB Variations
Color information
#C70CBD (or 0xC70CBD) is known color: Deep Magenta. HEX triplet: C7, 0C and BD. RGB value is (199,12,189). Sum of RGB (Red+Green+Blue) = 199+12+189=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C70CBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70CBD is #38F342. Grayscale: #575757. Windows color (decimal): -3732291 or 12389575. OLE color: 12389575.
HSL color Cylindrical-coordinate representation of color #C70CBD: hue angle of 303.21º 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 #C70CBD is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 12 | 189 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.22 |
| HSL | 303.21º | 0.89% | 0.41% | - |
| HSV(B) | 303.21º | 0.94% | 0.78% | - |
| XYZ | 32.87 | 16.08 | 49.52 | - |
| YUV | 88.09 | 184.95 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 189 | 0 | 0.94 | 0.05 | 0.22 | 303.21 | 0.89 | 0.41 |
| Hex | C7 | C | BD | 0 | 5E | 5 | 16 | 12F | 59 | 29 |
| Octal | 307 | 14 | 275 | 0 | 136 | 5 | 26 | 457 | 131 | 51 |
| Binary | 11000111 | 1100 | 10111101 | 0 | 1011110 | 101 | 10110 | 100101111 | 1011001 | 101001 |
Color Harmonies of #C70CBD
Complementary color
Monochromatic Colors of #C70CBD
Black with #C70CBD
Text Example
Text Example
White with #C70CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70CBD; }
p { color: rgb(199,12,189); }
H1.HeaderClassName
{
color: #C70CBD;
}
.AnyTagClassName
{
color: #C70CBD;
}
</style>
background-color css
<style>
a { background-color: #C70CBD; }
a { background-color: rgb(199,12,189); }
div.DivClassName
{
background-color: #C70CBD;
}
.BgClassName
{
background-color: #C70CBD;
}
</style>
border-color css
<style>
span { border-color: #C70CBD; }
span { border-color: rgb(199,12,189); }
td.TdClassName
{
border-color: #C70CBD;
}
.TagClassName
{
border-color: #C70CBD;
}
</style>