Shades of Deep Magenta #C50CBB
Tints of Deep Magenta #C50CBB
RGB
CMYK
RGB Variations
Color information
#C50CBB (or 0xC50CBB) is known color: Deep Magenta. HEX triplet: C5, 0C and BB. RGB value is (197,12,187). Sum of RGB (Red+Green+Blue) = 197+12+187=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C50CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CBB is #3AF344. Grayscale: #565656. Windows color (decimal): -3863365 or 12258501. OLE color: 12258501.
HSL color Cylindrical-coordinate representation of color #C50CBB: hue angle of 303.24º 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 #C50CBB is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 12 | 187 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.23 |
| HSL | 303.24º | 0.89% | 0.41% | - |
| HSV(B) | 303.24º | 0.94% | 0.77% | - |
| XYZ | 32.13 | 15.72 | 48.35 | - |
| YUV | 87.27 | 184.29 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 187 | 0 | 0.94 | 0.05 | 0.23 | 303.24 | 0.89 | 0.41 |
| Hex | C5 | C | BB | 0 | 5E | 5 | 17 | 12F | 59 | 29 |
| Octal | 305 | 14 | 273 | 0 | 136 | 5 | 27 | 457 | 131 | 51 |
| Binary | 11000101 | 1100 | 10111011 | 0 | 1011110 | 101 | 10111 | 100101111 | 1011001 | 101001 |
Color Harmonies of #C50CBB
Complementary color
Monochromatic Colors of #C50CBB
Black with #C50CBB
Text Example
Text Example
White with #C50CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CBB; }
p { color: rgb(197,12,187); }
H1.HeaderClassName
{
color: #C50CBB;
}
.AnyTagClassName
{
color: #C50CBB;
}
</style>
background-color css
<style>
a { background-color: #C50CBB; }
a { background-color: rgb(197,12,187); }
div.DivClassName
{
background-color: #C50CBB;
}
.BgClassName
{
background-color: #C50CBB;
}
</style>
border-color css
<style>
span { border-color: #C50CBB; }
span { border-color: rgb(197,12,187); }
td.TdClassName
{
border-color: #C50CBB;
}
.TagClassName
{
border-color: #C50CBB;
}
</style>