Shades of Deep Magenta #C717B8
Tints of Deep Magenta #C717B8
RGB
CMYK
RGB Variations
Color information
#C717B8 (or 0xC717B8) is known color: Deep Magenta. HEX triplet: C7, 17 and B8. RGB value is (199,23,184). Sum of RGB (Red+Green+Blue) = 199+23+184=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C717B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C717B8 is #38E847. Grayscale: #5D5D5D. Windows color (decimal): -3729480 or 12064711. OLE color: 12064711.
HSL color Cylindrical-coordinate representation of color #C717B8: hue angle of 305.11º degrees, saturation: 0.79, 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 #C717B8 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 184 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.22 |
| HSL | 305.11º | 0.79% | 0.44% | - |
| HSV(B) | 305.11º | 0.88% | 0.78% | - |
| XYZ | 32.51 | 16.22 | 46.76 | - |
| YUV | 93.98 | 178.81 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 184 | 0 | 0.88 | 0.08 | 0.22 | 305.11 | 0.79 | 0.44 |
| Hex | C7 | 17 | B8 | 0 | 58 | 8 | 16 | 131 | 4F | 2C |
| Octal | 307 | 27 | 270 | 0 | 130 | 10 | 26 | 461 | 117 | 54 |
| Binary | 11000111 | 10111 | 10111000 | 0 | 1011000 | 1000 | 10110 | 100110001 | 1001111 | 101100 |
Color Harmonies of #C717B8
Complementary color
Monochromatic Colors of #C717B8
Black with #C717B8
Text Example
Text Example
White with #C717B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717B8; }
p { color: rgb(199,23,184); }
H1.HeaderClassName
{
color: #C717B8;
}
.AnyTagClassName
{
color: #C717B8;
}
</style>
background-color css
<style>
a { background-color: #C717B8; }
a { background-color: rgb(199,23,184); }
div.DivClassName
{
background-color: #C717B8;
}
.BgClassName
{
background-color: #C717B8;
}
</style>
border-color css
<style>
span { border-color: #C717B8; }
span { border-color: rgb(199,23,184); }
td.TdClassName
{
border-color: #C717B8;
}
.TagClassName
{
border-color: #C717B8;
}
</style>