Shades of Deep Magenta #C51BBD
Tints of Deep Magenta #C51BBD
RGB
CMYK
RGB Variations
Color information
#C51BBD (or 0xC51BBD) is known color: Deep Magenta. HEX triplet: C5, 1B and BD. RGB value is (197,27,189). Sum of RGB (Red+Green+Blue) = 197+27+189=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C51BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51BBD is #3AE442. Grayscale: #5F5F5F. Windows color (decimal): -3859523 or 12393413. OLE color: 12393413.
HSL color Cylindrical-coordinate representation of color #C51BBD: hue angle of 302.82º 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 #C51BBD is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 27 | 189 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.23 |
| HSL | 302.82º | 0.76% | 0.44% | - |
| HSV(B) | 302.82º | 0.86% | 0.77% | - |
| XYZ | 32.6 | 16.33 | 49.58 | - |
| YUV | 96.3 | 180.32 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 189 | 0 | 0.86 | 0.04 | 0.23 | 302.82 | 0.76 | 0.44 |
| Hex | C5 | 1B | BD | 0 | 56 | 4 | 17 | 12F | 4C | 2C |
| Octal | 305 | 33 | 275 | 0 | 126 | 4 | 27 | 457 | 114 | 54 |
| Binary | 11000101 | 11011 | 10111101 | 0 | 1010110 | 100 | 10111 | 100101111 | 1001100 | 101100 |
Color Harmonies of #C51BBD
Complementary color
Monochromatic Colors of #C51BBD
Black with #C51BBD
Text Example
Text Example
White with #C51BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51BBD; }
p { color: rgb(197,27,189); }
H1.HeaderClassName
{
color: #C51BBD;
}
.AnyTagClassName
{
color: #C51BBD;
}
</style>
background-color css
<style>
a { background-color: #C51BBD; }
a { background-color: rgb(197,27,189); }
div.DivClassName
{
background-color: #C51BBD;
}
.BgClassName
{
background-color: #C51BBD;
}
</style>
border-color css
<style>
span { border-color: #C51BBD; }
span { border-color: rgb(197,27,189); }
td.TdClassName
{
border-color: #C51BBD;
}
.TagClassName
{
border-color: #C51BBD;
}
</style>