Shades of Deep Magenta #C501DD
Tints of Deep Magenta #C501DD
RGB
CMYK
RGB Variations
Color information
#C501DD (or 0xC501DD) is known color: Deep Magenta. HEX triplet: C5, 01 and DD. RGB value is (197,1,221). Sum of RGB (Red+Green+Blue) = 197+1+221=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #C501DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C501DD is #3AFE22. Grayscale: #545454. Windows color (decimal): -3866147 or 14483909. OLE color: 14483909.
HSL color Cylindrical-coordinate representation of color #C501DD: hue angle of 293.45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C501DD is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 1 | 221 | - |
| CMYK | 0.11 | 1.00 | 0 | 0.13 |
| HSL | 293.45º | 0.99% | 0.44% | - |
| HSV(B) | 293.45º | 1% | 0.87% | - |
| XYZ | 36.09 | 17.11 | 69.81 | - |
| YUV | 84.68 | 204.93 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 221 | 0.11 | 1.00 | 0 | 0.13 | 293.45 | 0.99 | 0.44 |
| Hex | C5 | 1 | DD | B | 64 | 0 | D | 125 | 63 | 2C |
| Octal | 305 | 1 | 335 | 13 | 144 | 0 | 15 | 445 | 143 | 54 |
| Binary | 11000101 | 1 | 11011101 | 1011 | 1100100 | 0 | 1101 | 100100101 | 1100011 | 101100 |
Color Harmonies of #C501DD
Complementary color
Monochromatic Colors of #C501DD
Black with #C501DD
Text Example
Text Example
White with #C501DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C501DD; }
p { color: rgb(197,1,221); }
H1.HeaderClassName
{
color: #C501DD;
}
.AnyTagClassName
{
color: #C501DD;
}
</style>
background-color css
<style>
a { background-color: #C501DD; }
a { background-color: rgb(197,1,221); }
div.DivClassName
{
background-color: #C501DD;
}
.BgClassName
{
background-color: #C501DD;
}
</style>
border-color css
<style>
span { border-color: #C501DD; }
span { border-color: rgb(197,1,221); }
td.TdClassName
{
border-color: #C501DD;
}
.TagClassName
{
border-color: #C501DD;
}
</style>