Shades of Deep Magenta #C501C9
Tints of Deep Magenta #C501C9
RGB
CMYK
RGB Variations
Color information
#C501C9 (or 0xC501C9) is known color: Deep Magenta. HEX triplet: C5, 01 and C9. RGB value is (197,1,201). Sum of RGB (Red+Green+Blue) = 197+1+201=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #C501C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C501C9 is #3AFE36. Grayscale: #515151. Windows color (decimal): -3866167 or 13173189. OLE color: 13173189.
HSL color Cylindrical-coordinate representation of color #C501C9: hue angle of 298.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C501C9 is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 1 | 201 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.21 |
| HSL | 298.8º | 0.99% | 0.4% | - |
| HSV(B) | 298.8º | 1% | 0.79% | - |
| XYZ | 33.58 | 16.11 | 56.6 | - |
| YUV | 82.4 | 194.93 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 201 | 0.02 | 1.00 | 0 | 0.21 | 298.8 | 0.99 | 0.4 |
| Hex | C5 | 1 | C9 | 2 | 64 | 0 | 15 | 12B | 63 | 28 |
| Octal | 305 | 1 | 311 | 2 | 144 | 0 | 25 | 453 | 143 | 50 |
| Binary | 11000101 | 1 | 11001001 | 10 | 1100100 | 0 | 10101 | 100101011 | 1100011 | 101000 |
Color Harmonies of #C501C9
Complementary color
Monochromatic Colors of #C501C9
Black with #C501C9
Text Example
Text Example
White with #C501C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C501C9; }
p { color: rgb(197,1,201); }
H1.HeaderClassName
{
color: #C501C9;
}
.AnyTagClassName
{
color: #C501C9;
}
</style>
background-color css
<style>
a { background-color: #C501C9; }
a { background-color: rgb(197,1,201); }
div.DivClassName
{
background-color: #C501C9;
}
.BgClassName
{
background-color: #C501C9;
}
</style>
border-color css
<style>
span { border-color: #C501C9; }
span { border-color: rgb(197,1,201); }
td.TdClassName
{
border-color: #C501C9;
}
.TagClassName
{
border-color: #C501C9;
}
</style>