Shades of Deep Magenta #C51BBE
Tints of Deep Magenta #C51BBE
RGB
CMYK
RGB Variations
Color information
#C51BBE (or 0xC51BBE) is known color: Deep Magenta. HEX triplet: C5, 1B and BE. RGB value is (197,27,190). Sum of RGB (Red+Green+Blue) = 197+27+190=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C51BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51BBE is #3AE441. Grayscale: #5F5F5F. Windows color (decimal): -3859522 or 12458949. OLE color: 12458949.
HSL color Cylindrical-coordinate representation of color #C51BBE: hue angle of 302.47º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51BBE is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 27 | 190 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.23 |
| HSL | 302.47º | 0.76% | 0.44% | - |
| HSV(B) | 302.47º | 0.86% | 0.77% | - |
| XYZ | 32.71 | 16.37 | 50.15 | - |
| YUV | 96.41 | 180.82 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 190 | 0 | 0.86 | 0.04 | 0.23 | 302.47 | 0.76 | 0.44 |
| Hex | C5 | 1B | BE | 0 | 56 | 4 | 17 | 12E | 4C | 2C |
| Octal | 305 | 33 | 276 | 0 | 126 | 4 | 27 | 456 | 114 | 54 |
| Binary | 11000101 | 11011 | 10111110 | 0 | 1010110 | 100 | 10111 | 100101110 | 1001100 | 101100 |
Color Harmonies of #C51BBE
Complementary color
Monochromatic Colors of #C51BBE
Black with #C51BBE
Text Example
Text Example
White with #C51BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51BBE; }
p { color: rgb(197,27,190); }
H1.HeaderClassName
{
color: #C51BBE;
}
.AnyTagClassName
{
color: #C51BBE;
}
</style>
background-color css
<style>
a { background-color: #C51BBE; }
a { background-color: rgb(197,27,190); }
div.DivClassName
{
background-color: #C51BBE;
}
.BgClassName
{
background-color: #C51BBE;
}
</style>
border-color css
<style>
span { border-color: #C51BBE; }
span { border-color: rgb(197,27,190); }
td.TdClassName
{
border-color: #C51BBE;
}
.TagClassName
{
border-color: #C51BBE;
}
</style>