Shades of Deep Magenta #C517BD
Tints of Deep Magenta #C517BD
RGB
CMYK
RGB Variations
Color information
#C517BD (or 0xC517BD) is known color: Deep Magenta. HEX triplet: C5, 17 and BD. RGB value is (197,23,189). Sum of RGB (Red+Green+Blue) = 197+23+189=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C517BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C517BD is #3AE842. Grayscale: #5D5D5D. Windows color (decimal): -3860547 or 12392389. OLE color: 12392389.
HSL color Cylindrical-coordinate representation of color #C517BD: hue angle of 302.76º 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 #C517BD is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 189 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.23 |
| HSL | 302.76º | 0.79% | 0.43% | - |
| HSV(B) | 302.76º | 0.88% | 0.77% | - |
| XYZ | 32.52 | 16.16 | 49.55 | - |
| YUV | 93.95 | 181.65 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 189 | 0 | 0.88 | 0.04 | 0.23 | 302.76 | 0.79 | 0.43 |
| Hex | C5 | 17 | BD | 0 | 58 | 4 | 17 | 12F | 4F | 2B |
| Octal | 305 | 27 | 275 | 0 | 130 | 4 | 27 | 457 | 117 | 53 |
| Binary | 11000101 | 10111 | 10111101 | 0 | 1011000 | 100 | 10111 | 100101111 | 1001111 | 101011 |
Color Harmonies of #C517BD
Complementary color
Monochromatic Colors of #C517BD
Black with #C517BD
Text Example
Text Example
White with #C517BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C517BD; }
p { color: rgb(197,23,189); }
H1.HeaderClassName
{
color: #C517BD;
}
.AnyTagClassName
{
color: #C517BD;
}
</style>
background-color css
<style>
a { background-color: #C517BD; }
a { background-color: rgb(197,23,189); }
div.DivClassName
{
background-color: #C517BD;
}
.BgClassName
{
background-color: #C517BD;
}
</style>
border-color css
<style>
span { border-color: #C517BD; }
span { border-color: rgb(197,23,189); }
td.TdClassName
{
border-color: #C517BD;
}
.TagClassName
{
border-color: #C517BD;
}
</style>