Shades of Deep Magenta #C50BBB
Tints of Deep Magenta #C50BBB
RGB
CMYK
RGB Variations
Color information
#C50BBB (or 0xC50BBB) is known color: Deep Magenta. HEX triplet: C5, 0B and BB. RGB value is (197,11,187). Sum of RGB (Red+Green+Blue) = 197+11+187=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C50BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50BBB is #3AF444. Grayscale: #565656. Windows color (decimal): -3863621 or 12258245. OLE color: 12258245.
HSL color Cylindrical-coordinate representation of color #C50BBB: hue angle of 303.23º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50BBB is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 187 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.23 |
| HSL | 303.23º | 0.89% | 0.41% | - |
| HSV(B) | 303.23º | 0.94% | 0.77% | - |
| XYZ | 32.12 | 15.7 | 48.35 | - |
| YUV | 86.68 | 184.62 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 187 | 0 | 0.94 | 0.05 | 0.23 | 303.23 | 0.89 | 0.41 |
| Hex | C5 | B | BB | 0 | 5E | 5 | 17 | 12F | 59 | 29 |
| Octal | 305 | 13 | 273 | 0 | 136 | 5 | 27 | 457 | 131 | 51 |
| Binary | 11000101 | 1011 | 10111011 | 0 | 1011110 | 101 | 10111 | 100101111 | 1011001 | 101001 |
Color Harmonies of #C50BBB
Complementary color
Monochromatic Colors of #C50BBB
Black with #C50BBB
Text Example
Text Example
White with #C50BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50BBB; }
p { color: rgb(197,11,187); }
H1.HeaderClassName
{
color: #C50BBB;
}
.AnyTagClassName
{
color: #C50BBB;
}
</style>
background-color css
<style>
a { background-color: #C50BBB; }
a { background-color: rgb(197,11,187); }
div.DivClassName
{
background-color: #C50BBB;
}
.BgClassName
{
background-color: #C50BBB;
}
</style>
border-color css
<style>
span { border-color: #C50BBB; }
span { border-color: rgb(197,11,187); }
td.TdClassName
{
border-color: #C50BBB;
}
.TagClassName
{
border-color: #C50BBB;
}
</style>