Shades of Deep Magenta #C503CC
Tints of Deep Magenta #C503CC
RGB
CMYK
RGB Variations
Color information
#C503CC (or 0xC503CC) is known color: Deep Magenta. HEX triplet: C5, 03 and CC. RGB value is (197,3,204). Sum of RGB (Red+Green+Blue) = 197+3+204=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #C503CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C503CC is #3AFC33. Grayscale: #535353. Windows color (decimal): -3865652 or 13370309. OLE color: 13370309.
HSL color Cylindrical-coordinate representation of color #C503CC: hue angle of 297.91º 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 #C503CC is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 3 | 204 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.2 |
| HSL | 297.91º | 0.97% | 0.41% | - |
| HSV(B) | 297.91º | 0.99% | 0.8% | - |
| XYZ | 33.96 | 16.3 | 58.48 | - |
| YUV | 83.92 | 195.77 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 204 | 0.03 | 0.99 | 0 | 0.2 | 297.91 | 0.97 | 0.41 |
| Hex | C5 | 3 | CC | 3 | 63 | 0 | 14 | 12A | 61 | 29 |
| Octal | 305 | 3 | 314 | 3 | 143 | 0 | 24 | 452 | 141 | 51 |
| Binary | 11000101 | 11 | 11001100 | 11 | 1100011 | 0 | 10100 | 100101010 | 1100001 | 101001 |
Color Harmonies of #C503CC
Complementary color
Monochromatic Colors of #C503CC
Black with #C503CC
Text Example
Text Example
White with #C503CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503CC; }
p { color: rgb(197,3,204); }
H1.HeaderClassName
{
color: #C503CC;
}
.AnyTagClassName
{
color: #C503CC;
}
</style>
background-color css
<style>
a { background-color: #C503CC; }
a { background-color: rgb(197,3,204); }
div.DivClassName
{
background-color: #C503CC;
}
.BgClassName
{
background-color: #C503CC;
}
</style>
border-color css
<style>
span { border-color: #C503CC; }
span { border-color: rgb(197,3,204); }
td.TdClassName
{
border-color: #C503CC;
}
.TagClassName
{
border-color: #C503CC;
}
</style>