Shades of Deep Magenta #C51CCC
Tints of Deep Magenta #C51CCC
RGB
CMYK
RGB Variations
Color information
#C51CCC (or 0xC51CCC) is known color: Deep Magenta. HEX triplet: C5, 1C and CC. RGB value is (197,28,204). Sum of RGB (Red+Green+Blue) = 197+28+204=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #C51CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CCC is #3AE333. Grayscale: #626262. Windows color (decimal): -3859252 or 13376709. OLE color: 13376709.
HSL color Cylindrical-coordinate representation of color #C51CCC: hue angle of 297.61º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51CCC is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 28 | 204 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.2 |
| HSL | 297.61º | 0.76% | 0.45% | - |
| HSV(B) | 297.61º | 0.86% | 0.8% | - |
| XYZ | 34.34 | 17.06 | 58.61 | - |
| YUV | 98.6 | 187.49 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 204 | 0.03 | 0.86 | 0 | 0.2 | 297.61 | 0.76 | 0.45 |
| Hex | C5 | 1C | CC | 3 | 56 | 0 | 14 | 12A | 4C | 2D |
| Octal | 305 | 34 | 314 | 3 | 126 | 0 | 24 | 452 | 114 | 55 |
| Binary | 11000101 | 11100 | 11001100 | 11 | 1010110 | 0 | 10100 | 100101010 | 1001100 | 101101 |
Color Harmonies of #C51CCC
Complementary color
Monochromatic Colors of #C51CCC
Black with #C51CCC
Text Example
Text Example
White with #C51CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CCC; }
p { color: rgb(197,28,204); }
H1.HeaderClassName
{
color: #C51CCC;
}
.AnyTagClassName
{
color: #C51CCC;
}
</style>
background-color css
<style>
a { background-color: #C51CCC; }
a { background-color: rgb(197,28,204); }
div.DivClassName
{
background-color: #C51CCC;
}
.BgClassName
{
background-color: #C51CCC;
}
</style>
border-color css
<style>
span { border-color: #C51CCC; }
span { border-color: rgb(197,28,204); }
td.TdClassName
{
border-color: #C51CCC;
}
.TagClassName
{
border-color: #C51CCC;
}
</style>