Shades of Deep Magenta #C51CC1
Tints of Deep Magenta #C51CC1
RGB
CMYK
RGB Variations
Color information
#C51CC1 (or 0xC51CC1) is known color: Deep Magenta. HEX triplet: C5, 1C and C1. RGB value is (197,28,193). Sum of RGB (Red+Green+Blue) = 197+28+193=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C51CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CC1 is #3AE33E. Grayscale: #606060. Windows color (decimal): -3859263 or 12655813. OLE color: 12655813.
HSL color Cylindrical-coordinate representation of color #C51CC1: hue angle of 301.42º 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 #C51CC1 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 193 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.23 |
| HSL | 301.42º | 0.75% | 0.44% | - |
| HSV(B) | 301.42º | 0.86% | 0.77% | - |
| XYZ | 33.07 | 16.55 | 51.9 | - |
| YUV | 97.34 | 181.99 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 193 | 0 | 0.86 | 0.02 | 0.23 | 301.42 | 0.75 | 0.44 |
| Hex | C5 | 1C | C1 | 0 | 56 | 2 | 17 | 12D | 4B | 2C |
| Octal | 305 | 34 | 301 | 0 | 126 | 2 | 27 | 455 | 113 | 54 |
| Binary | 11000101 | 11100 | 11000001 | 0 | 1010110 | 10 | 10111 | 100101101 | 1001011 | 101100 |
Color Harmonies of #C51CC1
Complementary color
Monochromatic Colors of #C51CC1
Black with #C51CC1
Text Example
Text Example
White with #C51CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CC1; }
p { color: rgb(197,28,193); }
H1.HeaderClassName
{
color: #C51CC1;
}
.AnyTagClassName
{
color: #C51CC1;
}
</style>
background-color css
<style>
a { background-color: #C51CC1; }
a { background-color: rgb(197,28,193); }
div.DivClassName
{
background-color: #C51CC1;
}
.BgClassName
{
background-color: #C51CC1;
}
</style>
border-color css
<style>
span { border-color: #C51CC1; }
span { border-color: rgb(197,28,193); }
td.TdClassName
{
border-color: #C51CC1;
}
.TagClassName
{
border-color: #C51CC1;
}
</style>