Shades of Deep Magenta #C506C0
Tints of Deep Magenta #C506C0
RGB
CMYK
RGB Variations
Color information
#C506C0 (or 0xC506C0) is known color: Deep Magenta. HEX triplet: C5, 06 and C0. RGB value is (197,6,192). Sum of RGB (Red+Green+Blue) = 197+6+192=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C506C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C506C0 is #3AF93F. Grayscale: #535353. Windows color (decimal): -3864896 or 12584645. OLE color: 12584645.
HSL color Cylindrical-coordinate representation of color #C506C0: hue angle of 301.57º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C506C0 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 192 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.23 |
| HSL | 301.57º | 0.94% | 0.4% | - |
| HSV(B) | 301.57º | 0.97% | 0.77% | - |
| XYZ | 32.61 | 15.81 | 51.2 | - |
| YUV | 84.31 | 188.78 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 192 | 0 | 0.97 | 0.03 | 0.23 | 301.57 | 0.94 | 0.4 |
| Hex | C5 | 6 | C0 | 0 | 61 | 3 | 17 | 12E | 5E | 28 |
| Octal | 305 | 6 | 300 | 0 | 141 | 3 | 27 | 456 | 136 | 50 |
| Binary | 11000101 | 110 | 11000000 | 0 | 1100001 | 11 | 10111 | 100101110 | 1011110 | 101000 |
Color Harmonies of #C506C0
Complementary color
Monochromatic Colors of #C506C0
Black with #C506C0
Text Example
Text Example
White with #C506C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C506C0; }
p { color: rgb(197,6,192); }
H1.HeaderClassName
{
color: #C506C0;
}
.AnyTagClassName
{
color: #C506C0;
}
</style>
background-color css
<style>
a { background-color: #C506C0; }
a { background-color: rgb(197,6,192); }
div.DivClassName
{
background-color: #C506C0;
}
.BgClassName
{
background-color: #C506C0;
}
</style>
border-color css
<style>
span { border-color: #C506C0; }
span { border-color: rgb(197,6,192); }
td.TdClassName
{
border-color: #C506C0;
}
.TagClassName
{
border-color: #C506C0;
}
</style>