Shades of Deep Magenta #C501DC
Tints of Deep Magenta #C501DC
RGB
CMYK
RGB Variations
Color information
#C501DC (or 0xC501DC) is known color: Deep Magenta. HEX triplet: C5, 01 and DC. RGB value is (197,1,220). Sum of RGB (Red+Green+Blue) = 197+1+220=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #C501DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C501DC is #3AFE23. Grayscale: #535353. Windows color (decimal): -3866148 or 14418373. OLE color: 14418373.
HSL color Cylindrical-coordinate representation of color #C501DC: hue angle of 293.7º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C501DC is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 1 | 220 | - |
| CMYK | 0.10 | 1.00 | 0 | 0.14 |
| HSL | 293.7º | 0.99% | 0.43% | - |
| HSV(B) | 293.7º | 1% | 0.86% | - |
| XYZ | 35.96 | 17.06 | 69.11 | - |
| YUV | 84.57 | 204.43 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 220 | 0.10 | 1.00 | 0 | 0.14 | 293.7 | 0.99 | 0.43 |
| Hex | C5 | 1 | DC | A | 64 | 0 | E | 126 | 63 | 2B |
| Octal | 305 | 1 | 334 | 12 | 144 | 0 | 16 | 446 | 143 | 53 |
| Binary | 11000101 | 1 | 11011100 | 1010 | 1100100 | 0 | 1110 | 100100110 | 1100011 | 101011 |
Color Harmonies of #C501DC
Complementary color
Monochromatic Colors of #C501DC
Black with #C501DC
Text Example
Text Example
White with #C501DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C501DC; }
p { color: rgb(197,1,220); }
H1.HeaderClassName
{
color: #C501DC;
}
.AnyTagClassName
{
color: #C501DC;
}
</style>
background-color css
<style>
a { background-color: #C501DC; }
a { background-color: rgb(197,1,220); }
div.DivClassName
{
background-color: #C501DC;
}
.BgClassName
{
background-color: #C501DC;
}
</style>
border-color css
<style>
span { border-color: #C501DC; }
span { border-color: rgb(197,1,220); }
td.TdClassName
{
border-color: #C501DC;
}
.TagClassName
{
border-color: #C501DC;
}
</style>