Shades of Deep Magenta #C70BAF
Tints of Deep Magenta #C70BAF
RGB
CMYK
RGB Variations
Color information
#C70BAF (or 0xC70BAF) is known color: Deep Magenta. HEX triplet: C7, 0B and AF. RGB value is (199,11,175). Sum of RGB (Red+Green+Blue) = 199+11+175=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C70BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70BAF is #38F450. Grayscale: #555555. Windows color (decimal): -3732561 or 11471815. OLE color: 11471815.
HSL color Cylindrical-coordinate representation of color #C70BAF: hue angle of 307.66º degrees, saturation: 0.9, 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 #C70BAF is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 11 | 175 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.22 |
| HSL | 307.66º | 0.9% | 0.41% | - |
| HSV(B) | 307.66º | 0.94% | 0.78% | - |
| XYZ | 31.41 | 15.48 | 41.89 | - |
| YUV | 85.91 | 178.28 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 175 | 0 | 0.94 | 0.12 | 0.22 | 307.66 | 0.9 | 0.41 |
| Hex | C7 | B | AF | 0 | 5E | C | 16 | 134 | 5A | 29 |
| Octal | 307 | 13 | 257 | 0 | 136 | 14 | 26 | 464 | 132 | 51 |
| Binary | 11000111 | 1011 | 10101111 | 0 | 1011110 | 1100 | 10110 | 100110100 | 1011010 | 101001 |
Color Harmonies of #C70BAF
Complementary color
Monochromatic Colors of #C70BAF
Black with #C70BAF
Text Example
Text Example
White with #C70BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70BAF; }
p { color: rgb(199,11,175); }
H1.HeaderClassName
{
color: #C70BAF;
}
.AnyTagClassName
{
color: #C70BAF;
}
</style>
background-color css
<style>
a { background-color: #C70BAF; }
a { background-color: rgb(199,11,175); }
div.DivClassName
{
background-color: #C70BAF;
}
.BgClassName
{
background-color: #C70BAF;
}
</style>
border-color css
<style>
span { border-color: #C70BAF; }
span { border-color: rgb(199,11,175); }
td.TdClassName
{
border-color: #C70BAF;
}
.TagClassName
{
border-color: #C70BAF;
}
</style>