Shades of Deep Magenta #C517BB
Tints of Deep Magenta #C517BB
RGB
CMYK
RGB Variations
Color information
#C517BB (or 0xC517BB) is known color: Deep Magenta. HEX triplet: C5, 17 and BB. RGB value is (197,23,187). Sum of RGB (Red+Green+Blue) = 197+23+187=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C517BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C517BB is #3AE844. Grayscale: #5D5D5D. Windows color (decimal): -3860549 or 12261317. OLE color: 12261317.
HSL color Cylindrical-coordinate representation of color #C517BB: hue angle of 303.45º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C517BB is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 187 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.23 |
| HSL | 303.45º | 0.79% | 0.43% | - |
| HSV(B) | 303.45º | 0.88% | 0.77% | - |
| XYZ | 32.3 | 16.07 | 48.41 | - |
| YUV | 93.72 | 180.65 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 187 | 0 | 0.88 | 0.05 | 0.23 | 303.45 | 0.79 | 0.43 |
| Hex | C5 | 17 | BB | 0 | 58 | 5 | 17 | 12F | 4F | 2B |
| Octal | 305 | 27 | 273 | 0 | 130 | 5 | 27 | 457 | 117 | 53 |
| Binary | 11000101 | 10111 | 10111011 | 0 | 1011000 | 101 | 10111 | 100101111 | 1001111 | 101011 |
Color Harmonies of #C517BB
Complementary color
Monochromatic Colors of #C517BB
Black with #C517BB
Text Example
Text Example
White with #C517BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C517BB; }
p { color: rgb(197,23,187); }
H1.HeaderClassName
{
color: #C517BB;
}
.AnyTagClassName
{
color: #C517BB;
}
</style>
background-color css
<style>
a { background-color: #C517BB; }
a { background-color: rgb(197,23,187); }
div.DivClassName
{
background-color: #C517BB;
}
.BgClassName
{
background-color: #C517BB;
}
</style>
border-color css
<style>
span { border-color: #C517BB; }
span { border-color: rgb(197,23,187); }
td.TdClassName
{
border-color: #C517BB;
}
.TagClassName
{
border-color: #C517BB;
}
</style>