Shades of Deep Magenta #C510B0
Tints of Deep Magenta #C510B0
RGB
CMYK
RGB Variations
Color information
#C510B0 (or 0xC510B0) is known color: Deep Magenta. HEX triplet: C5, 10 and B0. RGB value is (197,16,176). Sum of RGB (Red+Green+Blue) = 197+16+176=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C510B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C510B0 is #3AEF4F. Grayscale: #575757. Windows color (decimal): -3862352 or 11538629. OLE color: 11538629.
HSL color Cylindrical-coordinate representation of color #C510B0: hue angle of 306.96º 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 #C510B0 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 176 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.23 |
| HSL | 306.96º | 0.85% | 0.42% | - |
| HSV(B) | 306.96º | 0.92% | 0.77% | - |
| XYZ | 31.05 | 15.38 | 42.41 | - |
| YUV | 88.36 | 177.47 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 176 | 0 | 0.92 | 0.11 | 0.23 | 306.96 | 0.85 | 0.42 |
| Hex | C5 | 10 | B0 | 0 | 5C | B | 17 | 133 | 55 | 2A |
| Octal | 305 | 20 | 260 | 0 | 134 | 13 | 27 | 463 | 125 | 52 |
| Binary | 11000101 | 10000 | 10110000 | 0 | 1011100 | 1011 | 10111 | 100110011 | 1010101 | 101010 |
Color Harmonies of #C510B0
Complementary color
Monochromatic Colors of #C510B0
Black with #C510B0
Text Example
Text Example
White with #C510B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C510B0; }
p { color: rgb(197,16,176); }
H1.HeaderClassName
{
color: #C510B0;
}
.AnyTagClassName
{
color: #C510B0;
}
</style>
background-color css
<style>
a { background-color: #C510B0; }
a { background-color: rgb(197,16,176); }
div.DivClassName
{
background-color: #C510B0;
}
.BgClassName
{
background-color: #C510B0;
}
</style>
border-color css
<style>
span { border-color: #C510B0; }
span { border-color: rgb(197,16,176); }
td.TdClassName
{
border-color: #C510B0;
}
.TagClassName
{
border-color: #C510B0;
}
</style>