Shades of Deep Magenta #C503CD
Tints of Deep Magenta #C503CD
RGB
CMYK
RGB Variations
Color information
#C503CD (or 0xC503CD) is known color: Deep Magenta. HEX triplet: C5, 03 and CD. RGB value is (197,3,205). Sum of RGB (Red+Green+Blue) = 197+3+205=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #C503CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C503CD is #3AFC32. Grayscale: #535353. Windows color (decimal): -3865651 or 13435845. OLE color: 13435845.
HSL color Cylindrical-coordinate representation of color #C503CD: hue angle of 297.62º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C503CD is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 3 | 205 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.20 |
| HSL | 297.62º | 0.97% | 0.41% | - |
| HSV(B) | 297.62º | 0.99% | 0.8% | - |
| XYZ | 34.08 | 16.34 | 59.12 | - |
| YUV | 84.03 | 196.27 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 205 | 0.04 | 0.99 | 0 | 0.20 | 297.62 | 0.97 | 0.41 |
| Hex | C5 | 3 | CD | 4 | 63 | 0 | 14 | 12A | 61 | 29 |
| Octal | 305 | 3 | 315 | 4 | 143 | 0 | 24 | 452 | 141 | 51 |
| Binary | 11000101 | 11 | 11001101 | 100 | 1100011 | 0 | 10100 | 100101010 | 1100001 | 101001 |
Color Harmonies of #C503CD
Complementary color
Monochromatic Colors of #C503CD
Black with #C503CD
Text Example
Text Example
White with #C503CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503CD; }
p { color: rgb(197,3,205); }
H1.HeaderClassName
{
color: #C503CD;
}
.AnyTagClassName
{
color: #C503CD;
}
</style>
background-color css
<style>
a { background-color: #C503CD; }
a { background-color: rgb(197,3,205); }
div.DivClassName
{
background-color: #C503CD;
}
.BgClassName
{
background-color: #C503CD;
}
</style>
border-color css
<style>
span { border-color: #C503CD; }
span { border-color: rgb(197,3,205); }
td.TdClassName
{
border-color: #C503CD;
}
.TagClassName
{
border-color: #C503CD;
}
</style>