Shades of Deep Magenta #C017BE
Tints of Deep Magenta #C017BE
RGB
CMYK
RGB Variations
Color information
#C017BE (or 0xC017BE) is known color: Deep Magenta. HEX triplet: C0, 17 and BE. RGB value is (192,23,190). Sum of RGB (Red+Green+Blue) = 192+23+190=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C017BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C017BE is #3FE841. Grayscale: #5C5C5C. Windows color (decimal): -4188226 or 12457920. OLE color: 12457920.
HSL color Cylindrical-coordinate representation of color #C017BE: hue angle of 300.71º 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 #C017BE is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 190 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.25 |
| HSL | 300.71º | 0.79% | 0.42% | - |
| HSV(B) | 300.71º | 0.88% | 0.75% | - |
| XYZ | 31.34 | 15.54 | 50.06 | - |
| YUV | 92.57 | 182.99 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 190 | 0 | 0.88 | 0.01 | 0.25 | 300.71 | 0.79 | 0.42 |
| Hex | C0 | 17 | BE | 0 | 58 | 1 | 19 | 12D | 4F | 2A |
| Octal | 300 | 27 | 276 | 0 | 130 | 1 | 31 | 455 | 117 | 52 |
| Binary | 11000000 | 10111 | 10111110 | 0 | 1011000 | 1 | 11001 | 100101101 | 1001111 | 101010 |
Color Harmonies of #C017BE
Complementary color
Monochromatic Colors of #C017BE
Black with #C017BE
Text Example
Text Example
White with #C017BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C017BE; }
p { color: rgb(192,23,190); }
H1.HeaderClassName
{
color: #C017BE;
}
.AnyTagClassName
{
color: #C017BE;
}
</style>
background-color css
<style>
a { background-color: #C017BE; }
a { background-color: rgb(192,23,190); }
div.DivClassName
{
background-color: #C017BE;
}
.BgClassName
{
background-color: #C017BE;
}
</style>
border-color css
<style>
span { border-color: #C017BE; }
span { border-color: rgb(192,23,190); }
td.TdClassName
{
border-color: #C017BE;
}
.TagClassName
{
border-color: #C017BE;
}
</style>