Shades of Deep Magenta #C50BCB
Tints of Deep Magenta #C50BCB
RGB
CMYK
RGB Variations
Color information
#C50BCB (or 0xC50BCB) is known color: Deep Magenta. HEX triplet: C5, 0B and CB. RGB value is (197,11,203). Sum of RGB (Red+Green+Blue) = 197+11+203=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #C50BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50BCB is #3AF434. Grayscale: #575757. Windows color (decimal): -3863605 or 13306821. OLE color: 13306821.
HSL color Cylindrical-coordinate representation of color #C50BCB: hue angle of 298.12º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50BCB is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 11 | 203 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.20 |
| HSL | 298.13º | 0.9% | 0.42% | - |
| HSV(B) | 298.13º | 0.95% | 0.8% | - |
| XYZ | 33.93 | 16.42 | 57.88 | - |
| YUV | 88.5 | 192.62 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 203 | 0.03 | 0.95 | 0 | 0.20 | 298.13 | 0.9 | 0.42 |
| Hex | C5 | B | CB | 3 | 5F | 0 | 14 | 12A | 5A | 2A |
| Octal | 305 | 13 | 313 | 3 | 137 | 0 | 24 | 452 | 132 | 52 |
| Binary | 11000101 | 1011 | 11001011 | 11 | 1011111 | 0 | 10100 | 100101010 | 1011010 | 101010 |
Color Harmonies of #C50BCB
Complementary color
Monochromatic Colors of #C50BCB
Black with #C50BCB
Text Example
Text Example
White with #C50BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50BCB; }
p { color: rgb(197,11,203); }
H1.HeaderClassName
{
color: #C50BCB;
}
.AnyTagClassName
{
color: #C50BCB;
}
</style>
background-color css
<style>
a { background-color: #C50BCB; }
a { background-color: rgb(197,11,203); }
div.DivClassName
{
background-color: #C50BCB;
}
.BgClassName
{
background-color: #C50BCB;
}
</style>
border-color css
<style>
span { border-color: #C50BCB; }
span { border-color: rgb(197,11,203); }
td.TdClassName
{
border-color: #C50BCB;
}
.TagClassName
{
border-color: #C50BCB;
}
</style>