Shades of Deep Magenta #C51BCD
Tints of Deep Magenta #C51BCD
RGB
CMYK
RGB Variations
Color information
#C51BCD (or 0xC51BCD) is known color: Deep Magenta. HEX triplet: C5, 1B and CD. RGB value is (197,27,205). Sum of RGB (Red+Green+Blue) = 197+27+205=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #C51BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51BCD is #3AE432. Grayscale: #616161. Windows color (decimal): -3859507 or 13441989. OLE color: 13441989.
HSL color Cylindrical-coordinate representation of color #C51BCD: hue angle of 297.3º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51BCD is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 27 | 205 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.20 |
| HSL | 297.3º | 0.77% | 0.45% | - |
| HSV(B) | 297.3º | 0.87% | 0.8% | - |
| XYZ | 34.44 | 17.06 | 59.24 | - |
| YUV | 98.12 | 188.32 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 205 | 0.04 | 0.87 | 0 | 0.20 | 297.3 | 0.77 | 0.45 |
| Hex | C5 | 1B | CD | 4 | 57 | 0 | 14 | 129 | 4D | 2D |
| Octal | 305 | 33 | 315 | 4 | 127 | 0 | 24 | 451 | 115 | 55 |
| Binary | 11000101 | 11011 | 11001101 | 100 | 1010111 | 0 | 10100 | 100101001 | 1001101 | 101101 |
Color Harmonies of #C51BCD
Complementary color
Monochromatic Colors of #C51BCD
Black with #C51BCD
Text Example
Text Example
White with #C51BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51BCD; }
p { color: rgb(197,27,205); }
H1.HeaderClassName
{
color: #C51BCD;
}
.AnyTagClassName
{
color: #C51BCD;
}
</style>
background-color css
<style>
a { background-color: #C51BCD; }
a { background-color: rgb(197,27,205); }
div.DivClassName
{
background-color: #C51BCD;
}
.BgClassName
{
background-color: #C51BCD;
}
</style>
border-color css
<style>
span { border-color: #C51BCD; }
span { border-color: rgb(197,27,205); }
td.TdClassName
{
border-color: #C51BCD;
}
.TagClassName
{
border-color: #C51BCD;
}
</style>