Shades of Deep Magenta #C50BBC
Tints of Deep Magenta #C50BBC
RGB
CMYK
RGB Variations
Color information
#C50BBC (or 0xC50BBC) is known color: Deep Magenta. HEX triplet: C5, 0B and BC. RGB value is (197,11,188). Sum of RGB (Red+Green+Blue) = 197+11+188=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C50BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50BBC is #3AF443. Grayscale: #565656. Windows color (decimal): -3863620 or 12323781. OLE color: 12323781.
HSL color Cylindrical-coordinate representation of color #C50BBC: hue angle of 302.9º 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 #C50BBC is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 188 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.23 |
| HSL | 302.9º | 0.89% | 0.41% | - |
| HSV(B) | 302.9º | 0.94% | 0.77% | - |
| XYZ | 32.22 | 15.74 | 48.92 | - |
| YUV | 86.79 | 185.12 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 188 | 0 | 0.94 | 0.05 | 0.23 | 302.9 | 0.89 | 0.41 |
| Hex | C5 | B | BC | 0 | 5E | 5 | 17 | 12F | 59 | 29 |
| Octal | 305 | 13 | 274 | 0 | 136 | 5 | 27 | 457 | 131 | 51 |
| Binary | 11000101 | 1011 | 10111100 | 0 | 1011110 | 101 | 10111 | 100101111 | 1011001 | 101001 |
Color Harmonies of #C50BBC
Complementary color
Monochromatic Colors of #C50BBC
Black with #C50BBC
Text Example
Text Example
White with #C50BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50BBC; }
p { color: rgb(197,11,188); }
H1.HeaderClassName
{
color: #C50BBC;
}
.AnyTagClassName
{
color: #C50BBC;
}
</style>
background-color css
<style>
a { background-color: #C50BBC; }
a { background-color: rgb(197,11,188); }
div.DivClassName
{
background-color: #C50BBC;
}
.BgClassName
{
background-color: #C50BBC;
}
</style>
border-color css
<style>
span { border-color: #C50BBC; }
span { border-color: rgb(197,11,188); }
td.TdClassName
{
border-color: #C50BBC;
}
.TagClassName
{
border-color: #C50BBC;
}
</style>