Shades of Deep Magenta #C501C0
Tints of Deep Magenta #C501C0
RGB
CMYK
RGB Variations
Color information
#C501C0 (or 0xC501C0) is known color: Deep Magenta. HEX triplet: C5, 01 and C0. RGB value is (197,1,192). Sum of RGB (Red+Green+Blue) = 197+1+192=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C501C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C501C0 is #3AFE3F. Grayscale: #505050. Windows color (decimal): -3866176 or 12583365. OLE color: 12583365.
HSL color Cylindrical-coordinate representation of color #C501C0: hue angle of 301.53º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C501C0 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 192 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.23 |
| HSL | 301.53º | 0.99% | 0.39% | - |
| HSV(B) | 301.53º | 0.99% | 0.77% | - |
| XYZ | 32.55 | 15.7 | 51.18 | - |
| YUV | 81.38 | 190.43 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 192 | 0 | 0.99 | 0.03 | 0.23 | 301.53 | 0.99 | 0.39 |
| Hex | C5 | 1 | C0 | 0 | 63 | 3 | 17 | 12E | 63 | 27 |
| Octal | 305 | 1 | 300 | 0 | 143 | 3 | 27 | 456 | 143 | 47 |
| Binary | 11000101 | 1 | 11000000 | 0 | 1100011 | 11 | 10111 | 100101110 | 1100011 | 100111 |
Color Harmonies of #C501C0
Complementary color
Monochromatic Colors of #C501C0
Black with #C501C0
Text Example
Text Example
White with #C501C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C501C0; }
p { color: rgb(197,1,192); }
H1.HeaderClassName
{
color: #C501C0;
}
.AnyTagClassName
{
color: #C501C0;
}
</style>
background-color css
<style>
a { background-color: #C501C0; }
a { background-color: rgb(197,1,192); }
div.DivClassName
{
background-color: #C501C0;
}
.BgClassName
{
background-color: #C501C0;
}
</style>
border-color css
<style>
span { border-color: #C501C0; }
span { border-color: rgb(197,1,192); }
td.TdClassName
{
border-color: #C501C0;
}
.TagClassName
{
border-color: #C501C0;
}
</style>