Shades of Deep Magenta #C718B7
Tints of Deep Magenta #C718B7
RGB
CMYK
RGB Variations
Color information
#C718B7 (or 0xC718B7) is known color: Deep Magenta. HEX triplet: C7, 18 and B7. RGB value is (199,24,183). Sum of RGB (Red+Green+Blue) = 199+24+183=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C718B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C718B7 is #38E748. Grayscale: #5D5D5D. Windows color (decimal): -3729225 or 11999431. OLE color: 11999431.
HSL color Cylindrical-coordinate representation of color #C718B7: hue angle of 305.49º 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 #C718B7 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 183 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.22 |
| HSL | 305.49º | 0.78% | 0.44% | - |
| HSV(B) | 305.49º | 0.88% | 0.78% | - |
| XYZ | 32.43 | 16.21 | 46.22 | - |
| YUV | 94.45 | 177.98 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 183 | 0 | 0.88 | 0.08 | 0.22 | 305.49 | 0.78 | 0.44 |
| Hex | C7 | 18 | B7 | 0 | 58 | 8 | 16 | 131 | 4E | 2C |
| Octal | 307 | 30 | 267 | 0 | 130 | 10 | 26 | 461 | 116 | 54 |
| Binary | 11000111 | 11000 | 10110111 | 0 | 1011000 | 1000 | 10110 | 100110001 | 1001110 | 101100 |
Color Harmonies of #C718B7
Complementary color
Monochromatic Colors of #C718B7
Black with #C718B7
Text Example
Text Example
White with #C718B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C718B7; }
p { color: rgb(199,24,183); }
H1.HeaderClassName
{
color: #C718B7;
}
.AnyTagClassName
{
color: #C718B7;
}
</style>
background-color css
<style>
a { background-color: #C718B7; }
a { background-color: rgb(199,24,183); }
div.DivClassName
{
background-color: #C718B7;
}
.BgClassName
{
background-color: #C718B7;
}
</style>
border-color css
<style>
span { border-color: #C718B7; }
span { border-color: rgb(199,24,183); }
td.TdClassName
{
border-color: #C718B7;
}
.TagClassName
{
border-color: #C718B7;
}
</style>