Shades of Deep Magenta #C517BC
Tints of Deep Magenta #C517BC
RGB
CMYK
RGB Variations
Color information
#C517BC (or 0xC517BC) is known color: Deep Magenta. HEX triplet: C5, 17 and BC. RGB value is (197,23,188). Sum of RGB (Red+Green+Blue) = 197+23+188=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C517BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C517BC is #3AE843. Grayscale: #5D5D5D. Windows color (decimal): -3860548 or 12326853. OLE color: 12326853.
HSL color Cylindrical-coordinate representation of color #C517BC: hue angle of 303.1º 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 #C517BC is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 188 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.23 |
| HSL | 303.1º | 0.79% | 0.43% | - |
| HSV(B) | 303.1º | 0.88% | 0.77% | - |
| XYZ | 32.41 | 16.11 | 48.98 | - |
| YUV | 93.84 | 181.15 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 188 | 0 | 0.88 | 0.05 | 0.23 | 303.1 | 0.79 | 0.43 |
| Hex | C5 | 17 | BC | 0 | 58 | 5 | 17 | 12F | 4F | 2B |
| Octal | 305 | 27 | 274 | 0 | 130 | 5 | 27 | 457 | 117 | 53 |
| Binary | 11000101 | 10111 | 10111100 | 0 | 1011000 | 101 | 10111 | 100101111 | 1001111 | 101011 |
Color Harmonies of #C517BC
Complementary color
Monochromatic Colors of #C517BC
Black with #C517BC
Text Example
Text Example
White with #C517BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C517BC; }
p { color: rgb(197,23,188); }
H1.HeaderClassName
{
color: #C517BC;
}
.AnyTagClassName
{
color: #C517BC;
}
</style>
background-color css
<style>
a { background-color: #C517BC; }
a { background-color: rgb(197,23,188); }
div.DivClassName
{
background-color: #C517BC;
}
.BgClassName
{
background-color: #C517BC;
}
</style>
border-color css
<style>
span { border-color: #C517BC; }
span { border-color: rgb(197,23,188); }
td.TdClassName
{
border-color: #C517BC;
}
.TagClassName
{
border-color: #C517BC;
}
</style>