Shades of Deep Magenta #C717BE
Tints of Deep Magenta #C717BE
RGB
CMYK
RGB Variations
Color information
#C717BE (or 0xC717BE) is known color: Deep Magenta. HEX triplet: C7, 17 and BE. RGB value is (199,23,190). Sum of RGB (Red+Green+Blue) = 199+23+190=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C717BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C717BE is #38E841. Grayscale: #5E5E5E. Windows color (decimal): -3729474 or 12457927. OLE color: 12457927.
HSL color Cylindrical-coordinate representation of color #C717BE: hue angle of 303.07º 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 #C717BE is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 190 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.22 |
| HSL | 303.07º | 0.79% | 0.44% | - |
| HSV(B) | 303.07º | 0.88% | 0.78% | - |
| XYZ | 33.15 | 16.47 | 50.15 | - |
| YUV | 94.66 | 181.81 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 190 | 0 | 0.88 | 0.05 | 0.22 | 303.07 | 0.79 | 0.44 |
| Hex | C7 | 17 | BE | 0 | 58 | 5 | 16 | 12F | 4F | 2C |
| Octal | 307 | 27 | 276 | 0 | 130 | 5 | 26 | 457 | 117 | 54 |
| Binary | 11000111 | 10111 | 10111110 | 0 | 1011000 | 101 | 10110 | 100101111 | 1001111 | 101100 |
Color Harmonies of #C717BE
Complementary color
Monochromatic Colors of #C717BE
Black with #C717BE
Text Example
Text Example
White with #C717BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717BE; }
p { color: rgb(199,23,190); }
H1.HeaderClassName
{
color: #C717BE;
}
.AnyTagClassName
{
color: #C717BE;
}
</style>
background-color css
<style>
a { background-color: #C717BE; }
a { background-color: rgb(199,23,190); }
div.DivClassName
{
background-color: #C717BE;
}
.BgClassName
{
background-color: #C717BE;
}
</style>
border-color css
<style>
span { border-color: #C717BE; }
span { border-color: rgb(199,23,190); }
td.TdClassName
{
border-color: #C717BE;
}
.TagClassName
{
border-color: #C717BE;
}
</style>