Shades of Deep Magenta #C717C6
Tints of Deep Magenta #C717C6
RGB
CMYK
RGB Variations
Color information
#C717C6 (or 0xC717C6) is known color: Deep Magenta. HEX triplet: C7, 17 and C6. RGB value is (199,23,198). Sum of RGB (Red+Green+Blue) = 199+23+198=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C717C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C717C6 is #38E839. Grayscale: #5F5F5F. Windows color (decimal): -3729466 or 12982215. OLE color: 12982215.
HSL color Cylindrical-coordinate representation of color #C717C6: hue angle of 300.34º 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 #C717C6 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 198 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.22 |
| HSL | 300.34º | 0.79% | 0.44% | - |
| HSV(B) | 300.34º | 0.88% | 0.78% | - |
| XYZ | 34.05 | 16.83 | 54.88 | - |
| YUV | 95.57 | 185.81 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 198 | 0 | 0.88 | 0.01 | 0.22 | 300.34 | 0.79 | 0.44 |
| Hex | C7 | 17 | C6 | 0 | 58 | 1 | 16 | 12C | 4F | 2C |
| Octal | 307 | 27 | 306 | 0 | 130 | 1 | 26 | 454 | 117 | 54 |
| Binary | 11000111 | 10111 | 11000110 | 0 | 1011000 | 1 | 10110 | 100101100 | 1001111 | 101100 |
Color Harmonies of #C717C6
Complementary color
Monochromatic Colors of #C717C6
Black with #C717C6
Text Example
Text Example
White with #C717C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717C6; }
p { color: rgb(199,23,198); }
H1.HeaderClassName
{
color: #C717C6;
}
.AnyTagClassName
{
color: #C717C6;
}
</style>
background-color css
<style>
a { background-color: #C717C6; }
a { background-color: rgb(199,23,198); }
div.DivClassName
{
background-color: #C717C6;
}
.BgClassName
{
background-color: #C717C6;
}
</style>
border-color css
<style>
span { border-color: #C717C6; }
span { border-color: rgb(199,23,198); }
td.TdClassName
{
border-color: #C717C6;
}
.TagClassName
{
border-color: #C717C6;
}
</style>