Shades of Deep Magenta #C017BA
Tints of Deep Magenta #C017BA
RGB
CMYK
RGB Variations
Color information
#C017BA (or 0xC017BA) is known color: Deep Magenta. HEX triplet: C0, 17 and BA. RGB value is (192,23,186). Sum of RGB (Red+Green+Blue) = 192+23+186=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C017BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C017BA is #3FE845. Grayscale: #5B5B5B. Windows color (decimal): -4188230 or 12195776. OLE color: 12195776.
HSL color Cylindrical-coordinate representation of color #C017BA: hue angle of 302.13º 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 #C017BA is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 186 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.25 |
| HSL | 302.13º | 0.79% | 0.42% | - |
| HSV(B) | 302.13º | 0.88% | 0.75% | - |
| XYZ | 30.91 | 15.36 | 47.79 | - |
| YUV | 92.11 | 180.99 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 186 | 0 | 0.88 | 0.03 | 0.25 | 302.13 | 0.79 | 0.42 |
| Hex | C0 | 17 | BA | 0 | 58 | 3 | 19 | 12E | 4F | 2A |
| Octal | 300 | 27 | 272 | 0 | 130 | 3 | 31 | 456 | 117 | 52 |
| Binary | 11000000 | 10111 | 10111010 | 0 | 1011000 | 11 | 11001 | 100101110 | 1001111 | 101010 |
Color Harmonies of #C017BA
Complementary color
Monochromatic Colors of #C017BA
Black with #C017BA
Text Example
Text Example
White with #C017BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C017BA; }
p { color: rgb(192,23,186); }
H1.HeaderClassName
{
color: #C017BA;
}
.AnyTagClassName
{
color: #C017BA;
}
</style>
background-color css
<style>
a { background-color: #C017BA; }
a { background-color: rgb(192,23,186); }
div.DivClassName
{
background-color: #C017BA;
}
.BgClassName
{
background-color: #C017BA;
}
</style>
border-color css
<style>
span { border-color: #C017BA; }
span { border-color: rgb(192,23,186); }
td.TdClassName
{
border-color: #C017BA;
}
.TagClassName
{
border-color: #C017BA;
}
</style>