Shades of Deep Magenta #C50BC6
Tints of Deep Magenta #C50BC6
RGB
CMYK
RGB Variations
Color information
#C50BC6 (or 0xC50BC6) is known color: Deep Magenta. HEX triplet: C5, 0B and C6. RGB value is (197,11,198). Sum of RGB (Red+Green+Blue) = 197+11+198=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #C50BC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50BC6 is #3AF439. Grayscale: #575757. Windows color (decimal): -3863610 or 12979141. OLE color: 12979141.
HSL color Cylindrical-coordinate representation of color #C50BC6: hue angle of 299.68º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50BC6 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 11 | 198 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.22 |
| HSL | 299.68º | 0.89% | 0.41% | - |
| HSV(B) | 299.68º | 0.94% | 0.78% | - |
| XYZ | 33.34 | 16.19 | 54.79 | - |
| YUV | 87.93 | 190.12 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 198 | 0.01 | 0.94 | 0 | 0.22 | 299.68 | 0.89 | 0.41 |
| Hex | C5 | B | C6 | 1 | 5E | 0 | 16 | 12C | 59 | 29 |
| Octal | 305 | 13 | 306 | 1 | 136 | 0 | 26 | 454 | 131 | 51 |
| Binary | 11000101 | 1011 | 11000110 | 1 | 1011110 | 0 | 10110 | 100101100 | 1011001 | 101001 |
Color Harmonies of #C50BC6
Complementary color
Monochromatic Colors of #C50BC6
Black with #C50BC6
Text Example
Text Example
White with #C50BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50BC6; }
p { color: rgb(197,11,198); }
H1.HeaderClassName
{
color: #C50BC6;
}
.AnyTagClassName
{
color: #C50BC6;
}
</style>
background-color css
<style>
a { background-color: #C50BC6; }
a { background-color: rgb(197,11,198); }
div.DivClassName
{
background-color: #C50BC6;
}
.BgClassName
{
background-color: #C50BC6;
}
</style>
border-color css
<style>
span { border-color: #C50BC6; }
span { border-color: rgb(197,11,198); }
td.TdClassName
{
border-color: #C50BC6;
}
.TagClassName
{
border-color: #C50BC6;
}
</style>