Shades of Deep Magenta #C017B5
Tints of Deep Magenta #C017B5
RGB
CMYK
RGB Variations
Color information
#C017B5 (or 0xC017B5) is known color: Deep Magenta. HEX triplet: C0, 17 and B5. RGB value is (192,23,181). Sum of RGB (Red+Green+Blue) = 192+23+181=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C017B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C017B5 is #3FE84A. Grayscale: #5B5B5B. Windows color (decimal): -4188235 or 11868096. OLE color: 11868096.
HSL color Cylindrical-coordinate representation of color #C017B5: hue angle of 303.91º 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 #C017B5 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 181 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.25 |
| HSL | 303.91º | 0.79% | 0.42% | - |
| HSV(B) | 303.91º | 0.88% | 0.75% | - |
| XYZ | 30.39 | 15.16 | 45.04 | - |
| YUV | 91.54 | 178.49 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 181 | 0 | 0.88 | 0.06 | 0.25 | 303.91 | 0.79 | 0.42 |
| Hex | C0 | 17 | B5 | 0 | 58 | 6 | 19 | 130 | 4F | 2A |
| Octal | 300 | 27 | 265 | 0 | 130 | 6 | 31 | 460 | 117 | 52 |
| Binary | 11000000 | 10111 | 10110101 | 0 | 1011000 | 110 | 11001 | 100110000 | 1001111 | 101010 |
Color Harmonies of #C017B5
Complementary color
Monochromatic Colors of #C017B5
Black with #C017B5
Text Example
Text Example
White with #C017B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C017B5; }
p { color: rgb(192,23,181); }
H1.HeaderClassName
{
color: #C017B5;
}
.AnyTagClassName
{
color: #C017B5;
}
</style>
background-color css
<style>
a { background-color: #C017B5; }
a { background-color: rgb(192,23,181); }
div.DivClassName
{
background-color: #C017B5;
}
.BgClassName
{
background-color: #C017B5;
}
</style>
border-color css
<style>
span { border-color: #C017B5; }
span { border-color: rgb(192,23,181); }
td.TdClassName
{
border-color: #C017B5;
}
.TagClassName
{
border-color: #C017B5;
}
</style>