Shades of Deep Magenta #C510BD
Tints of Deep Magenta #C510BD
RGB
CMYK
RGB Variations
Color information
#C510BD (or 0xC510BD) is known color: Deep Magenta. HEX triplet: C5, 10 and BD. RGB value is (197,16,189). Sum of RGB (Red+Green+Blue) = 197+16+189=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C510BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510BD is #3AEF42. Grayscale: #595959. Windows color (decimal): -3862339 or 12390597. OLE color: 12390597.
HSL color Cylindrical-coordinate representation of color #C510BD: hue angle of 302.65º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C510BD is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 189 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.23 |
| HSL | 302.65º | 0.85% | 0.42% | - |
| HSV(B) | 302.65º | 0.92% | 0.77% | - |
| XYZ | 32.4 | 15.92 | 49.51 | - |
| YUV | 89.84 | 183.97 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 189 | 0 | 0.92 | 0.04 | 0.23 | 302.65 | 0.85 | 0.42 |
| Hex | C5 | 10 | BD | 0 | 5C | 4 | 17 | 12F | 55 | 2A |
| Octal | 305 | 20 | 275 | 0 | 134 | 4 | 27 | 457 | 125 | 52 |
| Binary | 11000101 | 10000 | 10111101 | 0 | 1011100 | 100 | 10111 | 100101111 | 1010101 | 101010 |
Color Harmonies of #C510BD
Complementary color
Monochromatic Colors of #C510BD
Black with #C510BD
Text Example
Text Example
White with #C510BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C510BD; }
p { color: rgb(197,16,189); }
H1.HeaderClassName
{
color: #C510BD;
}
.AnyTagClassName
{
color: #C510BD;
}
</style>
background-color css
<style>
a { background-color: #C510BD; }
a { background-color: rgb(197,16,189); }
div.DivClassName
{
background-color: #C510BD;
}
.BgClassName
{
background-color: #C510BD;
}
</style>
border-color css
<style>
span { border-color: #C510BD; }
span { border-color: rgb(197,16,189); }
td.TdClassName
{
border-color: #C510BD;
}
.TagClassName
{
border-color: #C510BD;
}
</style>