Shades of Deep Magenta #C51DD0
Tints of Deep Magenta #C51DD0
RGB
CMYK
RGB Variations
Color information
#C51DD0 (or 0xC51DD0) is known color: Deep Magenta. HEX triplet: C5, 1D and D0. RGB value is (197,29,208). Sum of RGB (Red+Green+Blue) = 197+29+208=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #C51DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DD0 is #3AE22F. Grayscale: #636363. Windows color (decimal): -3858992 or 13639109. OLE color: 13639109.
HSL color Cylindrical-coordinate representation of color #C51DD0: hue angle of 296.31º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51DD0 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 29 | 208 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.18 |
| HSL | 296.31º | 0.76% | 0.46% | - |
| HSV(B) | 296.31º | 0.86% | 0.82% | - |
| XYZ | 34.85 | 17.3 | 61.18 | - |
| YUV | 99.64 | 189.16 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 208 | 0.05 | 0.86 | 0 | 0.18 | 296.31 | 0.76 | 0.46 |
| Hex | C5 | 1D | D0 | 5 | 56 | 0 | 12 | 128 | 4C | 2E |
| Octal | 305 | 35 | 320 | 5 | 126 | 0 | 22 | 450 | 114 | 56 |
| Binary | 11000101 | 11101 | 11010000 | 101 | 1010110 | 0 | 10010 | 100101000 | 1001100 | 101110 |
Color Harmonies of #C51DD0
Complementary color
Monochromatic Colors of #C51DD0
Black with #C51DD0
Text Example
Text Example
White with #C51DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DD0; }
p { color: rgb(197,29,208); }
H1.HeaderClassName
{
color: #C51DD0;
}
.AnyTagClassName
{
color: #C51DD0;
}
</style>
background-color css
<style>
a { background-color: #C51DD0; }
a { background-color: rgb(197,29,208); }
div.DivClassName
{
background-color: #C51DD0;
}
.BgClassName
{
background-color: #C51DD0;
}
</style>
border-color css
<style>
span { border-color: #C51DD0; }
span { border-color: rgb(197,29,208); }
td.TdClassName
{
border-color: #C51DD0;
}
.TagClassName
{
border-color: #C51DD0;
}
</style>