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