Shades of Deep Magenta #C50CBE
Tints of Deep Magenta #C50CBE
RGB
CMYK
RGB Variations
Color information
#C50CBE (or 0xC50CBE) is known color: Deep Magenta. HEX triplet: C5, 0C and BE. RGB value is (197,12,190). Sum of RGB (Red+Green+Blue) = 197+12+190=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C50CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CBE is #3AF341. Grayscale: #575757. Windows color (decimal): -3863362 or 12455109. OLE color: 12455109.
HSL color Cylindrical-coordinate representation of color #C50CBE: hue angle of 302.27º 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 #C50CBE is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 12 | 190 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.23 |
| HSL | 302.27º | 0.89% | 0.41% | - |
| HSV(B) | 302.27º | 0.94% | 0.77% | - |
| XYZ | 32.45 | 15.85 | 50.06 | - |
| YUV | 87.61 | 185.79 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 190 | 0 | 0.94 | 0.04 | 0.23 | 302.27 | 0.89 | 0.41 |
| Hex | C5 | C | BE | 0 | 5E | 4 | 17 | 12E | 59 | 29 |
| Octal | 305 | 14 | 276 | 0 | 136 | 4 | 27 | 456 | 131 | 51 |
| Binary | 11000101 | 1100 | 10111110 | 0 | 1011110 | 100 | 10111 | 100101110 | 1011001 | 101001 |
Color Harmonies of #C50CBE
Complementary color
Monochromatic Colors of #C50CBE
Black with #C50CBE
Text Example
Text Example
White with #C50CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CBE; }
p { color: rgb(197,12,190); }
H1.HeaderClassName
{
color: #C50CBE;
}
.AnyTagClassName
{
color: #C50CBE;
}
</style>
background-color css
<style>
a { background-color: #C50CBE; }
a { background-color: rgb(197,12,190); }
div.DivClassName
{
background-color: #C50CBE;
}
.BgClassName
{
background-color: #C50CBE;
}
</style>
border-color css
<style>
span { border-color: #C50CBE; }
span { border-color: rgb(197,12,190); }
td.TdClassName
{
border-color: #C50CBE;
}
.TagClassName
{
border-color: #C50CBE;
}
</style>