Shades of Deep Magenta #C51CB2
Tints of Deep Magenta #C51CB2
RGB
CMYK
RGB Variations
Color information
#C51CB2 (or 0xC51CB2) is known color: Deep Magenta. HEX triplet: C5, 1C and B2. RGB value is (197,28,178). Sum of RGB (Red+Green+Blue) = 197+28+178=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C51CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51CB2 is #3AE34D. Grayscale: #5F5F5F. Windows color (decimal): -3859278 or 11672773. OLE color: 11672773.
HSL color Cylindrical-coordinate representation of color #C51CB2: hue angle of 306.75º 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 #C51CB2 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 178 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.23 |
| HSL | 306.75º | 0.75% | 0.44% | - |
| HSV(B) | 306.75º | 0.86% | 0.77% | - |
| XYZ | 31.48 | 15.92 | 43.53 | - |
| YUV | 95.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 178 | 0 | 0.86 | 0.10 | 0.23 | 306.75 | 0.75 | 0.44 |
| Hex | C5 | 1C | B2 | 0 | 56 | A | 17 | 133 | 4B | 2C |
| Octal | 305 | 34 | 262 | 0 | 126 | 12 | 27 | 463 | 113 | 54 |
| Binary | 11000101 | 11100 | 10110010 | 0 | 1010110 | 1010 | 10111 | 100110011 | 1001011 | 101100 |
Color Harmonies of #C51CB2
Complementary color
Monochromatic Colors of #C51CB2
Black with #C51CB2
Text Example
Text Example
White with #C51CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CB2; }
p { color: rgb(197,28,178); }
H1.HeaderClassName
{
color: #C51CB2;
}
.AnyTagClassName
{
color: #C51CB2;
}
</style>
background-color css
<style>
a { background-color: #C51CB2; }
a { background-color: rgb(197,28,178); }
div.DivClassName
{
background-color: #C51CB2;
}
.BgClassName
{
background-color: #C51CB2;
}
</style>
border-color css
<style>
span { border-color: #C51CB2; }
span { border-color: rgb(197,28,178); }
td.TdClassName
{
border-color: #C51CB2;
}
.TagClassName
{
border-color: #C51CB2;
}
</style>