Shades of Deep Magenta #C510B6
Tints of Deep Magenta #C510B6
RGB
CMYK
RGB Variations
Color information
#C510B6 (or 0xC510B6) is known color: Deep Magenta. HEX triplet: C5, 10 and B6. RGB value is (197,16,182). Sum of RGB (Red+Green+Blue) = 197+16+182=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C510B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510B6 is #3AEF49. Grayscale: #585858. Windows color (decimal): -3862346 or 11931845. OLE color: 11931845.
HSL color Cylindrical-coordinate representation of color #C510B6: hue angle of 304.97º 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 #C510B6 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 182 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.23 |
| HSL | 304.97º | 0.85% | 0.42% | - |
| HSV(B) | 304.97º | 0.92% | 0.77% | - |
| XYZ | 31.65 | 15.62 | 45.6 | - |
| YUV | 89.04 | 180.47 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 182 | 0 | 0.92 | 0.08 | 0.23 | 304.97 | 0.85 | 0.42 |
| Hex | C5 | 10 | B6 | 0 | 5C | 8 | 17 | 131 | 55 | 2A |
| Octal | 305 | 20 | 266 | 0 | 134 | 10 | 27 | 461 | 125 | 52 |
| Binary | 11000101 | 10000 | 10110110 | 0 | 1011100 | 1000 | 10111 | 100110001 | 1010101 | 101010 |
Color Harmonies of #C510B6
Complementary color
Monochromatic Colors of #C510B6
Black with #C510B6
Text Example
Text Example
White with #C510B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C510B6; }
p { color: rgb(197,16,182); }
H1.HeaderClassName
{
color: #C510B6;
}
.AnyTagClassName
{
color: #C510B6;
}
</style>
background-color css
<style>
a { background-color: #C510B6; }
a { background-color: rgb(197,16,182); }
div.DivClassName
{
background-color: #C510B6;
}
.BgClassName
{
background-color: #C510B6;
}
</style>
border-color css
<style>
span { border-color: #C510B6; }
span { border-color: rgb(197,16,182); }
td.TdClassName
{
border-color: #C510B6;
}
.TagClassName
{
border-color: #C510B6;
}
</style>