Shades of Deep Magenta #C510BF
Tints of Deep Magenta #C510BF
RGB
CMYK
RGB Variations
Color information
#C510BF (or 0xC510BF) is known color: Deep Magenta. HEX triplet: C5, 10 and BF. RGB value is (197,16,191). Sum of RGB (Red+Green+Blue) = 197+16+191=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C510BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510BF is #3AEF40. Grayscale: #595959. Windows color (decimal): -3862337 or 12521669. OLE color: 12521669.
HSL color Cylindrical-coordinate representation of color #C510BF: hue angle of 301.99º 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 #C510BF is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 191 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.23 |
| HSL | 301.99º | 0.85% | 0.42% | - |
| HSV(B) | 301.99º | 0.92% | 0.77% | - |
| XYZ | 32.62 | 16 | 50.66 | - |
| YUV | 90.07 | 184.97 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 191 | 0 | 0.92 | 0.03 | 0.23 | 301.99 | 0.85 | 0.42 |
| Hex | C5 | 10 | BF | 0 | 5C | 3 | 17 | 12E | 55 | 2A |
| Octal | 305 | 20 | 277 | 0 | 134 | 3 | 27 | 456 | 125 | 52 |
| Binary | 11000101 | 10000 | 10111111 | 0 | 1011100 | 11 | 10111 | 100101110 | 1010101 | 101010 |
Color Harmonies of #C510BF
Complementary color
Monochromatic Colors of #C510BF
Black with #C510BF
Text Example
Text Example
White with #C510BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C510BF; }
p { color: rgb(197,16,191); }
H1.HeaderClassName
{
color: #C510BF;
}
.AnyTagClassName
{
color: #C510BF;
}
</style>
background-color css
<style>
a { background-color: #C510BF; }
a { background-color: rgb(197,16,191); }
div.DivClassName
{
background-color: #C510BF;
}
.BgClassName
{
background-color: #C510BF;
}
</style>
border-color css
<style>
span { border-color: #C510BF; }
span { border-color: rgb(197,16,191); }
td.TdClassName
{
border-color: #C510BF;
}
.TagClassName
{
border-color: #C510BF;
}
</style>