Shades of Deep Magenta #C70BDD
Tints of Deep Magenta #C70BDD
RGB
CMYK
RGB Variations
Color information
#C70BDD (or 0xC70BDD) is known color: Deep Magenta. HEX triplet: C7, 0B and DD. RGB value is (199,11,221). Sum of RGB (Red+Green+Blue) = 199+11+221=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 11 (4.69% from 255 or 2.55% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #C70BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70BDD is #38F422. Grayscale: #5A5A5A. Windows color (decimal): -3732515 or 14486471. OLE color: 14486471.
HSL color Cylindrical-coordinate representation of color #C70BDD: hue angle of 293.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70BDD is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 11 | 221 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.13 |
| HSL | 293.71º | 0.91% | 0.45% | - |
| HSV(B) | 293.71º | 0.95% | 0.87% | - |
| XYZ | 36.72 | 17.6 | 69.87 | - |
| YUV | 91.15 | 201.28 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 221 | 0.10 | 0.95 | 0 | 0.13 | 293.71 | 0.91 | 0.45 |
| Hex | C7 | B | DD | A | 5F | 0 | D | 126 | 5B | 2D |
| Octal | 307 | 13 | 335 | 12 | 137 | 0 | 15 | 446 | 133 | 55 |
| Binary | 11000111 | 1011 | 11011101 | 1010 | 1011111 | 0 | 1101 | 100100110 | 1011011 | 101101 |
Color Harmonies of #C70BDD
Complementary color
Monochromatic Colors of #C70BDD
Black with #C70BDD
Text Example
Text Example
White with #C70BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70BDD; }
p { color: rgb(199,11,221); }
H1.HeaderClassName
{
color: #C70BDD;
}
.AnyTagClassName
{
color: #C70BDD;
}
</style>
background-color css
<style>
a { background-color: #C70BDD; }
a { background-color: rgb(199,11,221); }
div.DivClassName
{
background-color: #C70BDD;
}
.BgClassName
{
background-color: #C70BDD;
}
</style>
border-color css
<style>
span { border-color: #C70BDD; }
span { border-color: rgb(199,11,221); }
td.TdClassName
{
border-color: #C70BDD;
}
.TagClassName
{
border-color: #C70BDD;
}
</style>