Shades of Deep Magenta #C017B0
Tints of Deep Magenta #C017B0
RGB
CMYK
RGB Variations
Color information
#C017B0 (or 0xC017B0) is known color: Deep Magenta. HEX triplet: C0, 17 and B0. RGB value is (192,23,176). Sum of RGB (Red+Green+Blue) = 192+23+176=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C017B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C017B0 is #3FE84F. Grayscale: #5A5A5A. Windows color (decimal): -4188240 or 11540416. OLE color: 11540416.
HSL color Cylindrical-coordinate representation of color #C017B0: hue angle of 305.68º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C017B0 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 176 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.25 |
| HSL | 305.68º | 0.79% | 0.42% | - |
| HSV(B) | 305.68º | 0.88% | 0.75% | - |
| XYZ | 29.88 | 14.95 | 42.39 | - |
| YUV | 90.97 | 175.99 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 176 | 0 | 0.88 | 0.08 | 0.25 | 305.68 | 0.79 | 0.42 |
| Hex | C0 | 17 | B0 | 0 | 58 | 8 | 19 | 132 | 4F | 2A |
| Octal | 300 | 27 | 260 | 0 | 130 | 10 | 31 | 462 | 117 | 52 |
| Binary | 11000000 | 10111 | 10110000 | 0 | 1011000 | 1000 | 11001 | 100110010 | 1001111 | 101010 |
Color Harmonies of #C017B0
Complementary color
Monochromatic Colors of #C017B0
Black with #C017B0
Text Example
Text Example
White with #C017B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C017B0; }
p { color: rgb(192,23,176); }
H1.HeaderClassName
{
color: #C017B0;
}
.AnyTagClassName
{
color: #C017B0;
}
</style>
background-color css
<style>
a { background-color: #C017B0; }
a { background-color: rgb(192,23,176); }
div.DivClassName
{
background-color: #C017B0;
}
.BgClassName
{
background-color: #C017B0;
}
</style>
border-color css
<style>
span { border-color: #C017B0; }
span { border-color: rgb(192,23,176); }
td.TdClassName
{
border-color: #C017B0;
}
.TagClassName
{
border-color: #C017B0;
}
</style>