Shades of Deep Magenta #C017CF
Tints of Deep Magenta #C017CF
RGB
CMYK
RGB Variations
Color information
#C017CF (or 0xC017CF) is known color: Deep Magenta. HEX triplet: C0, 17 and CF. RGB value is (192,23,207). Sum of RGB (Red+Green+Blue) = 192+23+207=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #C017CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C017CF is #3FE830. Grayscale: #5D5D5D. Windows color (decimal): -4188209 or 13572032. OLE color: 13572032.
HSL color Cylindrical-coordinate representation of color #C017CF: hue angle of 295.11º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C017CF is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 23 | 207 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.19 |
| HSL | 295.11º | 0.8% | 0.45% | - |
| HSV(B) | 295.11º | 0.89% | 0.81% | - |
| XYZ | 33.31 | 16.32 | 60.43 | - |
| YUV | 94.51 | 191.49 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 207 | 0.07 | 0.89 | 0 | 0.19 | 295.11 | 0.8 | 0.45 |
| Hex | C0 | 17 | CF | 7 | 59 | 0 | 13 | 127 | 50 | 2D |
| Octal | 300 | 27 | 317 | 7 | 131 | 0 | 23 | 447 | 120 | 55 |
| Binary | 11000000 | 10111 | 11001111 | 111 | 1011001 | 0 | 10011 | 100100111 | 1010000 | 101101 |
Color Harmonies of #C017CF
Complementary color
Monochromatic Colors of #C017CF
Black with #C017CF
Text Example
Text Example
White with #C017CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C017CF; }
p { color: rgb(192,23,207); }
H1.HeaderClassName
{
color: #C017CF;
}
.AnyTagClassName
{
color: #C017CF;
}
</style>
background-color css
<style>
a { background-color: #C017CF; }
a { background-color: rgb(192,23,207); }
div.DivClassName
{
background-color: #C017CF;
}
.BgClassName
{
background-color: #C017CF;
}
</style>
border-color css
<style>
span { border-color: #C017CF; }
span { border-color: rgb(192,23,207); }
td.TdClassName
{
border-color: #C017CF;
}
.TagClassName
{
border-color: #C017CF;
}
</style>