Shades of Deep Magenta #C510B7
Tints of Deep Magenta #C510B7
RGB
CMYK
RGB Variations
Color information
#C510B7 (or 0xC510B7) is known color: Deep Magenta. HEX triplet: C5, 10 and B7. RGB value is (197,16,183). Sum of RGB (Red+Green+Blue) = 197+16+183=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C510B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510B7 is #3AEF48. Grayscale: #585858. Windows color (decimal): -3862345 or 11997381. OLE color: 11997381.
HSL color Cylindrical-coordinate representation of color #C510B7: hue angle of 304.64º 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 #C510B7 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 183 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.23 |
| HSL | 304.64º | 0.85% | 0.42% | - |
| HSV(B) | 304.64º | 0.92% | 0.77% | - |
| XYZ | 31.76 | 15.66 | 46.15 | - |
| YUV | 89.16 | 180.97 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 183 | 0 | 0.92 | 0.07 | 0.23 | 304.64 | 0.85 | 0.42 |
| Hex | C5 | 10 | B7 | 0 | 5C | 7 | 17 | 131 | 55 | 2A |
| Octal | 305 | 20 | 267 | 0 | 134 | 7 | 27 | 461 | 125 | 52 |
| Binary | 11000101 | 10000 | 10110111 | 0 | 1011100 | 111 | 10111 | 100110001 | 1010101 | 101010 |
Color Harmonies of #C510B7
Complementary color
Monochromatic Colors of #C510B7
Black with #C510B7
Text Example
Text Example
White with #C510B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C510B7; }
p { color: rgb(197,16,183); }
H1.HeaderClassName
{
color: #C510B7;
}
.AnyTagClassName
{
color: #C510B7;
}
</style>
background-color css
<style>
a { background-color: #C510B7; }
a { background-color: rgb(197,16,183); }
div.DivClassName
{
background-color: #C510B7;
}
.BgClassName
{
background-color: #C510B7;
}
</style>
border-color css
<style>
span { border-color: #C510B7; }
span { border-color: rgb(197,16,183); }
td.TdClassName
{
border-color: #C510B7;
}
.TagClassName
{
border-color: #C510B7;
}
</style>