Shades of Deep Magenta #C717BD
Tints of Deep Magenta #C717BD
RGB
CMYK
RGB Variations
Color information
#C717BD (or 0xC717BD) is known color: Deep Magenta. HEX triplet: C7, 17 and BD. RGB value is (199,23,189). Sum of RGB (Red+Green+Blue) = 199+23+189=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C717BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C717BD is #38E842. Grayscale: #5E5E5E. Windows color (decimal): -3729475 or 12392391. OLE color: 12392391.
HSL color Cylindrical-coordinate representation of color #C717BD: hue angle of 303.41º 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 #C717BD is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 189 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.22 |
| HSL | 303.41º | 0.79% | 0.44% | - |
| HSV(B) | 303.41º | 0.88% | 0.78% | - |
| XYZ | 33.04 | 16.43 | 49.57 | - |
| YUV | 94.55 | 181.31 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 189 | 0 | 0.88 | 0.05 | 0.22 | 303.41 | 0.79 | 0.44 |
| Hex | C7 | 17 | BD | 0 | 58 | 5 | 16 | 12F | 4F | 2C |
| Octal | 307 | 27 | 275 | 0 | 130 | 5 | 26 | 457 | 117 | 54 |
| Binary | 11000111 | 10111 | 10111101 | 0 | 1011000 | 101 | 10110 | 100101111 | 1001111 | 101100 |
Color Harmonies of #C717BD
Complementary color
Monochromatic Colors of #C717BD
Black with #C717BD
Text Example
Text Example
White with #C717BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717BD; }
p { color: rgb(199,23,189); }
H1.HeaderClassName
{
color: #C717BD;
}
.AnyTagClassName
{
color: #C717BD;
}
</style>
background-color css
<style>
a { background-color: #C717BD; }
a { background-color: rgb(199,23,189); }
div.DivClassName
{
background-color: #C717BD;
}
.BgClassName
{
background-color: #C717BD;
}
</style>
border-color css
<style>
span { border-color: #C717BD; }
span { border-color: rgb(199,23,189); }
td.TdClassName
{
border-color: #C717BD;
}
.TagClassName
{
border-color: #C717BD;
}
</style>