Shades of Deep Magenta #C51DC6
Tints of Deep Magenta #C51DC6
RGB
CMYK
RGB Variations
Color information
#C51DC6 (or 0xC51DC6) is known color: Deep Magenta. HEX triplet: C5, 1D and C6. RGB value is (197,29,198). Sum of RGB (Red+Green+Blue) = 197+29+198=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 198 (77.73% from 255 or 46.70% from 424); Max value from RGB is 198 - color contains mainly: blue. Hex color #C51DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DC6 is #3AE239. Grayscale: #616161. Windows color (decimal): -3859002 or 12983749. OLE color: 12983749.
HSL color Cylindrical-coordinate representation of color #C51DC6: hue angle of 299.64º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51DC6 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 29 | 198 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.22 |
| HSL | 299.65º | 0.74% | 0.45% | - |
| HSV(B) | 299.65º | 0.85% | 0.78% | - |
| XYZ | 33.66 | 16.83 | 54.9 | - |
| YUV | 98.5 | 184.16 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 198 | 0.01 | 0.85 | 0 | 0.22 | 299.65 | 0.74 | 0.45 |
| Hex | C5 | 1D | C6 | 1 | 55 | 0 | 16 | 12C | 4A | 2D |
| Octal | 305 | 35 | 306 | 1 | 125 | 0 | 26 | 454 | 112 | 55 |
| Binary | 11000101 | 11101 | 11000110 | 1 | 1010101 | 0 | 10110 | 100101100 | 1001010 | 101101 |
Color Harmonies of #C51DC6
Complementary color
Monochromatic Colors of #C51DC6
Black with #C51DC6
Text Example
Text Example
White with #C51DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DC6; }
p { color: rgb(197,29,198); }
H1.HeaderClassName
{
color: #C51DC6;
}
.AnyTagClassName
{
color: #C51DC6;
}
</style>
background-color css
<style>
a { background-color: #C51DC6; }
a { background-color: rgb(197,29,198); }
div.DivClassName
{
background-color: #C51DC6;
}
.BgClassName
{
background-color: #C51DC6;
}
</style>
border-color css
<style>
span { border-color: #C51DC6; }
span { border-color: rgb(197,29,198); }
td.TdClassName
{
border-color: #C51DC6;
}
.TagClassName
{
border-color: #C51DC6;
}
</style>