Shades of Deep Magenta #C718B9
Tints of Deep Magenta #C718B9
RGB
CMYK
RGB Variations
Color information
#C718B9 (or 0xC718B9) is known color: Deep Magenta. HEX triplet: C7, 18 and B9. RGB value is (199,24,185). Sum of RGB (Red+Green+Blue) = 199+24+185=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C718B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C718B9 is #38E746. Grayscale: #5E5E5E. Windows color (decimal): -3729223 or 12130503. OLE color: 12130503.
HSL color Cylindrical-coordinate representation of color #C718B9: hue angle of 304.8º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C718B9 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 185 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.22 |
| HSL | 304.8º | 0.78% | 0.44% | - |
| HSV(B) | 304.8º | 0.88% | 0.78% | - |
| XYZ | 32.64 | 16.3 | 47.32 | - |
| YUV | 94.68 | 178.98 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 185 | 0 | 0.88 | 0.07 | 0.22 | 304.8 | 0.78 | 0.44 |
| Hex | C7 | 18 | B9 | 0 | 58 | 7 | 16 | 131 | 4E | 2C |
| Octal | 307 | 30 | 271 | 0 | 130 | 7 | 26 | 461 | 116 | 54 |
| Binary | 11000111 | 11000 | 10111001 | 0 | 1011000 | 111 | 10110 | 100110001 | 1001110 | 101100 |
Color Harmonies of #C718B9
Complementary color
Monochromatic Colors of #C718B9
Black with #C718B9
Text Example
Text Example
White with #C718B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C718B9; }
p { color: rgb(199,24,185); }
H1.HeaderClassName
{
color: #C718B9;
}
.AnyTagClassName
{
color: #C718B9;
}
</style>
background-color css
<style>
a { background-color: #C718B9; }
a { background-color: rgb(199,24,185); }
div.DivClassName
{
background-color: #C718B9;
}
.BgClassName
{
background-color: #C718B9;
}
</style>
border-color css
<style>
span { border-color: #C718B9; }
span { border-color: rgb(199,24,185); }
td.TdClassName
{
border-color: #C718B9;
}
.TagClassName
{
border-color: #C718B9;
}
</style>