Shades of Deep Magenta #C506BC
Tints of Deep Magenta #C506BC
RGB
CMYK
RGB Variations
Color information
#C506BC (or 0xC506BC) is known color: Deep Magenta. HEX triplet: C5, 06 and BC. RGB value is (197,6,188). Sum of RGB (Red+Green+Blue) = 197+6+188=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C506BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C506BC is #3AF943. Grayscale: #535353. Windows color (decimal): -3864900 or 12322501. OLE color: 12322501.
HSL color Cylindrical-coordinate representation of color #C506BC: hue angle of 302.83º 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 #C506BC is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 188 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.23 |
| HSL | 302.83º | 0.94% | 0.4% | - |
| HSV(B) | 302.83º | 0.97% | 0.77% | - |
| XYZ | 32.17 | 15.63 | 48.9 | - |
| YUV | 83.86 | 186.78 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 188 | 0 | 0.97 | 0.05 | 0.23 | 302.83 | 0.94 | 0.4 |
| Hex | C5 | 6 | BC | 0 | 61 | 5 | 17 | 12F | 5E | 28 |
| Octal | 305 | 6 | 274 | 0 | 141 | 5 | 27 | 457 | 136 | 50 |
| Binary | 11000101 | 110 | 10111100 | 0 | 1100001 | 101 | 10111 | 100101111 | 1011110 | 101000 |
Color Harmonies of #C506BC
Complementary color
Monochromatic Colors of #C506BC
Black with #C506BC
Text Example
Text Example
White with #C506BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C506BC; }
p { color: rgb(197,6,188); }
H1.HeaderClassName
{
color: #C506BC;
}
.AnyTagClassName
{
color: #C506BC;
}
</style>
background-color css
<style>
a { background-color: #C506BC; }
a { background-color: rgb(197,6,188); }
div.DivClassName
{
background-color: #C506BC;
}
.BgClassName
{
background-color: #C506BC;
}
</style>
border-color css
<style>
span { border-color: #C506BC; }
span { border-color: rgb(197,6,188); }
td.TdClassName
{
border-color: #C506BC;
}
.TagClassName
{
border-color: #C506BC;
}
</style>