Shades of Deep Magenta #C51CBF
Tints of Deep Magenta #C51CBF
RGB
CMYK
RGB Variations
Color information
#C51CBF (or 0xC51CBF) is known color: Deep Magenta. HEX triplet: C5, 1C and BF. RGB value is (197,28,191). Sum of RGB (Red+Green+Blue) = 197+28+191=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C51CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CBF is #3AE340. Grayscale: #606060. Windows color (decimal): -3859265 or 12524741. OLE color: 12524741.
HSL color Cylindrical-coordinate representation of color #C51CBF: hue angle of 302.13º 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 #C51CBF is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 191 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.23 |
| HSL | 302.13º | 0.75% | 0.44% | - |
| HSV(B) | 302.13º | 0.86% | 0.77% | - |
| XYZ | 32.85 | 16.46 | 50.74 | - |
| YUV | 97.11 | 180.99 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 191 | 0 | 0.86 | 0.03 | 0.23 | 302.13 | 0.75 | 0.44 |
| Hex | C5 | 1C | BF | 0 | 56 | 3 | 17 | 12E | 4B | 2C |
| Octal | 305 | 34 | 277 | 0 | 126 | 3 | 27 | 456 | 113 | 54 |
| Binary | 11000101 | 11100 | 10111111 | 0 | 1010110 | 11 | 10111 | 100101110 | 1001011 | 101100 |
Color Harmonies of #C51CBF
Complementary color
Monochromatic Colors of #C51CBF
Black with #C51CBF
Text Example
Text Example
White with #C51CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CBF; }
p { color: rgb(197,28,191); }
H1.HeaderClassName
{
color: #C51CBF;
}
.AnyTagClassName
{
color: #C51CBF;
}
</style>
background-color css
<style>
a { background-color: #C51CBF; }
a { background-color: rgb(197,28,191); }
div.DivClassName
{
background-color: #C51CBF;
}
.BgClassName
{
background-color: #C51CBF;
}
</style>
border-color css
<style>
span { border-color: #C51CBF; }
span { border-color: rgb(197,28,191); }
td.TdClassName
{
border-color: #C51CBF;
}
.TagClassName
{
border-color: #C51CBF;
}
</style>