Shades of Deep Magenta #C50BBD
Tints of Deep Magenta #C50BBD
RGB
CMYK
RGB Variations
Color information
#C50BBD (or 0xC50BBD) is known color: Deep Magenta. HEX triplet: C5, 0B and BD. RGB value is (197,11,189). Sum of RGB (Red+Green+Blue) = 197+11+189=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C50BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50BBD is #3AF442. Grayscale: #565656. Windows color (decimal): -3863619 or 12389317. OLE color: 12389317.
HSL color Cylindrical-coordinate representation of color #C50BBD: hue angle of 302.58º 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 #C50BBD is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 189 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.23 |
| HSL | 302.58º | 0.89% | 0.41% | - |
| HSV(B) | 302.58º | 0.94% | 0.77% | - |
| XYZ | 32.33 | 15.78 | 49.49 | - |
| YUV | 86.91 | 185.62 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 189 | 0 | 0.94 | 0.04 | 0.23 | 302.58 | 0.89 | 0.41 |
| Hex | C5 | B | BD | 0 | 5E | 4 | 17 | 12F | 59 | 29 |
| Octal | 305 | 13 | 275 | 0 | 136 | 4 | 27 | 457 | 131 | 51 |
| Binary | 11000101 | 1011 | 10111101 | 0 | 1011110 | 100 | 10111 | 100101111 | 1011001 | 101001 |
Color Harmonies of #C50BBD
Complementary color
Monochromatic Colors of #C50BBD
Black with #C50BBD
Text Example
Text Example
White with #C50BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50BBD; }
p { color: rgb(197,11,189); }
H1.HeaderClassName
{
color: #C50BBD;
}
.AnyTagClassName
{
color: #C50BBD;
}
</style>
background-color css
<style>
a { background-color: #C50BBD; }
a { background-color: rgb(197,11,189); }
div.DivClassName
{
background-color: #C50BBD;
}
.BgClassName
{
background-color: #C50BBD;
}
</style>
border-color css
<style>
span { border-color: #C50BBD; }
span { border-color: rgb(197,11,189); }
td.TdClassName
{
border-color: #C50BBD;
}
.TagClassName
{
border-color: #C50BBD;
}
</style>