Shades of Deep Magenta #C51CB4
Tints of Deep Magenta #C51CB4
RGB
CMYK
RGB Variations
Color information
#C51CB4 (or 0xC51CB4) is known color: Deep Magenta. HEX triplet: C5, 1C and B4. RGB value is (197,28,180). Sum of RGB (Red+Green+Blue) = 197+28+180=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C51CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CB4 is #3AE34B. Grayscale: #5F5F5F. Windows color (decimal): -3859276 or 11803845. OLE color: 11803845.
HSL color Cylindrical-coordinate representation of color #C51CB4: hue angle of 306.04º degrees, saturation: 0.75, 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 #C51CB4 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 180 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.23 |
| HSL | 306.04º | 0.75% | 0.44% | - |
| HSV(B) | 306.04º | 0.86% | 0.77% | - |
| XYZ | 31.68 | 16 | 44.6 | - |
| YUV | 95.86 | 175.49 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 180 | 0 | 0.86 | 0.09 | 0.23 | 306.04 | 0.75 | 0.44 |
| Hex | C5 | 1C | B4 | 0 | 56 | 9 | 17 | 132 | 4B | 2C |
| Octal | 305 | 34 | 264 | 0 | 126 | 11 | 27 | 462 | 113 | 54 |
| Binary | 11000101 | 11100 | 10110100 | 0 | 1010110 | 1001 | 10111 | 100110010 | 1001011 | 101100 |
Color Harmonies of #C51CB4
Complementary color
Monochromatic Colors of #C51CB4
Black with #C51CB4
Text Example
Text Example
White with #C51CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CB4; }
p { color: rgb(197,28,180); }
H1.HeaderClassName
{
color: #C51CB4;
}
.AnyTagClassName
{
color: #C51CB4;
}
</style>
background-color css
<style>
a { background-color: #C51CB4; }
a { background-color: rgb(197,28,180); }
div.DivClassName
{
background-color: #C51CB4;
}
.BgClassName
{
background-color: #C51CB4;
}
</style>
border-color css
<style>
span { border-color: #C51CB4; }
span { border-color: rgb(197,28,180); }
td.TdClassName
{
border-color: #C51CB4;
}
.TagClassName
{
border-color: #C51CB4;
}
</style>