Shades of Deep Magenta #C50BC9
Tints of Deep Magenta #C50BC9
RGB
CMYK
RGB Variations
Color information
#C50BC9 (or 0xC50BC9) is known color: Deep Magenta. HEX triplet: C5, 0B and C9. RGB value is (197,11,201). Sum of RGB (Red+Green+Blue) = 197+11+201=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #C50BC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50BC9 is #3AF436. Grayscale: #575757. Windows color (decimal): -3863607 or 13175749. OLE color: 13175749.
HSL color Cylindrical-coordinate representation of color #C50BC9: hue angle of 298.74º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50BC9 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 11 | 201 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.21 |
| HSL | 298.74º | 0.9% | 0.42% | - |
| HSV(B) | 298.74º | 0.95% | 0.79% | - |
| XYZ | 33.69 | 16.33 | 56.63 | - |
| YUV | 88.27 | 191.62 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 201 | 0.02 | 0.95 | 0 | 0.21 | 298.74 | 0.9 | 0.42 |
| Hex | C5 | B | C9 | 2 | 5F | 0 | 15 | 12B | 5A | 2A |
| Octal | 305 | 13 | 311 | 2 | 137 | 0 | 25 | 453 | 132 | 52 |
| Binary | 11000101 | 1011 | 11001001 | 10 | 1011111 | 0 | 10101 | 100101011 | 1011010 | 101010 |
Color Harmonies of #C50BC9
Complementary color
Monochromatic Colors of #C50BC9
Black with #C50BC9
Text Example
Text Example
White with #C50BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50BC9; }
p { color: rgb(197,11,201); }
H1.HeaderClassName
{
color: #C50BC9;
}
.AnyTagClassName
{
color: #C50BC9;
}
</style>
background-color css
<style>
a { background-color: #C50BC9; }
a { background-color: rgb(197,11,201); }
div.DivClassName
{
background-color: #C50BC9;
}
.BgClassName
{
background-color: #C50BC9;
}
</style>
border-color css
<style>
span { border-color: #C50BC9; }
span { border-color: rgb(197,11,201); }
td.TdClassName
{
border-color: #C50BC9;
}
.TagClassName
{
border-color: #C50BC9;
}
</style>