Shades of Deep Magenta #C717BB
Tints of Deep Magenta #C717BB
RGB
CMYK
RGB Variations
Color information
#C717BB (or 0xC717BB) is known color: Deep Magenta. HEX triplet: C7, 17 and BB. RGB value is (199,23,187). Sum of RGB (Red+Green+Blue) = 199+23+187=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C717BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C717BB is #38E844. Grayscale: #5D5D5D. Windows color (decimal): -3729477 or 12261319. OLE color: 12261319.
HSL color Cylindrical-coordinate representation of color #C717BB: hue angle of 304.09º 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 #C717BB is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 187 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.22 |
| HSL | 304.09º | 0.79% | 0.44% | - |
| HSV(B) | 304.09º | 0.88% | 0.78% | - |
| XYZ | 32.83 | 16.34 | 48.44 | - |
| YUV | 94.32 | 180.31 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 187 | 0 | 0.88 | 0.06 | 0.22 | 304.09 | 0.79 | 0.44 |
| Hex | C7 | 17 | BB | 0 | 58 | 6 | 16 | 130 | 4F | 2C |
| Octal | 307 | 27 | 273 | 0 | 130 | 6 | 26 | 460 | 117 | 54 |
| Binary | 11000111 | 10111 | 10111011 | 0 | 1011000 | 110 | 10110 | 100110000 | 1001111 | 101100 |
Color Harmonies of #C717BB
Complementary color
Monochromatic Colors of #C717BB
Black with #C717BB
Text Example
Text Example
White with #C717BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717BB; }
p { color: rgb(199,23,187); }
H1.HeaderClassName
{
color: #C717BB;
}
.AnyTagClassName
{
color: #C717BB;
}
</style>
background-color css
<style>
a { background-color: #C717BB; }
a { background-color: rgb(199,23,187); }
div.DivClassName
{
background-color: #C717BB;
}
.BgClassName
{
background-color: #C717BB;
}
</style>
border-color css
<style>
span { border-color: #C717BB; }
span { border-color: rgb(199,23,187); }
td.TdClassName
{
border-color: #C717BB;
}
.TagClassName
{
border-color: #C717BB;
}
</style>