Shades of Deep Magenta #C718D0
Tints of Deep Magenta #C718D0
RGB
CMYK
RGB Variations
Color information
#C718D0 (or 0xC718D0) is known color: Deep Magenta. HEX triplet: C7, 18 and D0. RGB value is (199,24,208). Sum of RGB (Red+Green+Blue) = 199+24+208=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #C718D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C718D0 is #38E72F. Grayscale: #606060. Windows color (decimal): -3729200 or 13637831. OLE color: 13637831.
HSL color Cylindrical-coordinate representation of color #C718D0: hue angle of 297.07º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C718D0 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 24 | 208 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.18 |
| HSL | 297.07º | 0.79% | 0.45% | - |
| HSV(B) | 297.07º | 0.88% | 0.82% | - |
| XYZ | 35.26 | 17.35 | 61.16 | - |
| YUV | 97.3 | 190.48 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 208 | 0.04 | 0.88 | 0 | 0.18 | 297.07 | 0.79 | 0.45 |
| Hex | C7 | 18 | D0 | 4 | 58 | 0 | 12 | 129 | 4F | 2D |
| Octal | 307 | 30 | 320 | 4 | 130 | 0 | 22 | 451 | 117 | 55 |
| Binary | 11000111 | 11000 | 11010000 | 100 | 1011000 | 0 | 10010 | 100101001 | 1001111 | 101101 |
Color Harmonies of #C718D0
Complementary color
Monochromatic Colors of #C718D0
Black with #C718D0
Text Example
Text Example
White with #C718D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C718D0; }
p { color: rgb(199,24,208); }
H1.HeaderClassName
{
color: #C718D0;
}
.AnyTagClassName
{
color: #C718D0;
}
</style>
background-color css
<style>
a { background-color: #C718D0; }
a { background-color: rgb(199,24,208); }
div.DivClassName
{
background-color: #C718D0;
}
.BgClassName
{
background-color: #C718D0;
}
</style>
border-color css
<style>
span { border-color: #C718D0; }
span { border-color: rgb(199,24,208); }
td.TdClassName
{
border-color: #C718D0;
}
.TagClassName
{
border-color: #C718D0;
}
</style>