Shades of Deep Magenta #C70BCC
Tints of Deep Magenta #C70BCC
RGB
CMYK
RGB Variations
Color information
#C70BCC (or 0xC70BCC) is known color: Deep Magenta. HEX triplet: C7, 0B and CC. RGB value is (199,11,204). Sum of RGB (Red+Green+Blue) = 199+11+204=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #C70BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70BCC is #38F433. Grayscale: #585858. Windows color (decimal): -3732532 or 13372359. OLE color: 13372359.
HSL color Cylindrical-coordinate representation of color #C70BCC: hue angle of 298.45º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70BCC is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 11 | 204 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.2 |
| HSL | 298.45º | 0.9% | 0.42% | - |
| HSV(B) | 298.45º | 0.95% | 0.8% | - |
| XYZ | 34.57 | 16.74 | 58.54 | - |
| YUV | 89.21 | 192.78 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 204 | 0.02 | 0.95 | 0 | 0.2 | 298.45 | 0.9 | 0.42 |
| Hex | C7 | B | CC | 2 | 5F | 0 | 14 | 12A | 5A | 2A |
| Octal | 307 | 13 | 314 | 2 | 137 | 0 | 24 | 452 | 132 | 52 |
| Binary | 11000111 | 1011 | 11001100 | 10 | 1011111 | 0 | 10100 | 100101010 | 1011010 | 101010 |
Color Harmonies of #C70BCC
Complementary color
Monochromatic Colors of #C70BCC
Black with #C70BCC
Text Example
Text Example
White with #C70BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70BCC; }
p { color: rgb(199,11,204); }
H1.HeaderClassName
{
color: #C70BCC;
}
.AnyTagClassName
{
color: #C70BCC;
}
</style>
background-color css
<style>
a { background-color: #C70BCC; }
a { background-color: rgb(199,11,204); }
div.DivClassName
{
background-color: #C70BCC;
}
.BgClassName
{
background-color: #C70BCC;
}
</style>
border-color css
<style>
span { border-color: #C70BCC; }
span { border-color: rgb(199,11,204); }
td.TdClassName
{
border-color: #C70BCC;
}
.TagClassName
{
border-color: #C70BCC;
}
</style>