Shades of Deep Magenta #C51BCB
Tints of Deep Magenta #C51BCB
RGB
CMYK
RGB Variations
Color information
#C51BCB (or 0xC51BCB) is known color: Deep Magenta. HEX triplet: C5, 1B and CB. RGB value is (197,27,203). Sum of RGB (Red+Green+Blue) = 197+27+203=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #C51BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51BCB is #3AE434. Grayscale: #616161. Windows color (decimal): -3859509 or 13310917. OLE color: 13310917.
HSL color Cylindrical-coordinate representation of color #C51BCB: hue angle of 297.95º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51BCB is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 27 | 203 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.20 |
| HSL | 297.95º | 0.77% | 0.45% | - |
| HSV(B) | 297.95º | 0.87% | 0.8% | - |
| XYZ | 34.2 | 16.97 | 57.97 | - |
| YUV | 97.89 | 187.32 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 203 | 0.03 | 0.87 | 0 | 0.20 | 297.95 | 0.77 | 0.45 |
| Hex | C5 | 1B | CB | 3 | 57 | 0 | 14 | 12A | 4D | 2D |
| Octal | 305 | 33 | 313 | 3 | 127 | 0 | 24 | 452 | 115 | 55 |
| Binary | 11000101 | 11011 | 11001011 | 11 | 1010111 | 0 | 10100 | 100101010 | 1001101 | 101101 |
Color Harmonies of #C51BCB
Complementary color
Monochromatic Colors of #C51BCB
Black with #C51BCB
Text Example
Text Example
White with #C51BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51BCB; }
p { color: rgb(197,27,203); }
H1.HeaderClassName
{
color: #C51BCB;
}
.AnyTagClassName
{
color: #C51BCB;
}
</style>
background-color css
<style>
a { background-color: #C51BCB; }
a { background-color: rgb(197,27,203); }
div.DivClassName
{
background-color: #C51BCB;
}
.BgClassName
{
background-color: #C51BCB;
}
</style>
border-color css
<style>
span { border-color: #C51BCB; }
span { border-color: rgb(197,27,203); }
td.TdClassName
{
border-color: #C51BCB;
}
.TagClassName
{
border-color: #C51BCB;
}
</style>