Shades of Deep Magenta #C717B6
Tints of Deep Magenta #C717B6
RGB
CMYK
RGB Variations
Color information
#C717B6 (or 0xC717B6) is known color: Deep Magenta. HEX triplet: C7, 17 and B6. RGB value is (199,23,182). Sum of RGB (Red+Green+Blue) = 199+23+182=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C717B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C717B6 is #38E849. Grayscale: #5D5D5D. Windows color (decimal): -3729482 or 11933639. OLE color: 11933639.
HSL color Cylindrical-coordinate representation of color #C717B6: hue angle of 305.8º 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 #C717B6 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 182 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.22 |
| HSL | 305.8º | 0.79% | 0.44% | - |
| HSV(B) | 305.8º | 0.88% | 0.78% | - |
| XYZ | 32.3 | 16.13 | 45.67 | - |
| YUV | 93.75 | 177.81 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 182 | 0 | 0.88 | 0.09 | 0.22 | 305.8 | 0.79 | 0.44 |
| Hex | C7 | 17 | B6 | 0 | 58 | 9 | 16 | 132 | 4F | 2C |
| Octal | 307 | 27 | 266 | 0 | 130 | 11 | 26 | 462 | 117 | 54 |
| Binary | 11000111 | 10111 | 10110110 | 0 | 1011000 | 1001 | 10110 | 100110010 | 1001111 | 101100 |
Color Harmonies of #C717B6
Complementary color
Monochromatic Colors of #C717B6
Black with #C717B6
Text Example
Text Example
White with #C717B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717B6; }
p { color: rgb(199,23,182); }
H1.HeaderClassName
{
color: #C717B6;
}
.AnyTagClassName
{
color: #C717B6;
}
</style>
background-color css
<style>
a { background-color: #C717B6; }
a { background-color: rgb(199,23,182); }
div.DivClassName
{
background-color: #C717B6;
}
.BgClassName
{
background-color: #C717B6;
}
</style>
border-color css
<style>
span { border-color: #C717B6; }
span { border-color: rgb(199,23,182); }
td.TdClassName
{
border-color: #C717B6;
}
.TagClassName
{
border-color: #C717B6;
}
</style>