Shades of Deep Magenta #C503C1
Tints of Deep Magenta #C503C1
RGB
CMYK
RGB Variations
Color information
#C503C1 (or 0xC503C1) is known color: Deep Magenta. HEX triplet: C5, 03 and C1. RGB value is (197,3,193). Sum of RGB (Red+Green+Blue) = 197+3+193=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C503C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C503C1 is #3AFC3E. Grayscale: #525252. Windows color (decimal): -3865663 or 12649413. OLE color: 12649413.
HSL color Cylindrical-coordinate representation of color #C503C1: hue angle of 301.24º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C503C1 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 193 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.23 |
| HSL | 301.24º | 0.97% | 0.39% | - |
| HSV(B) | 301.24º | 0.98% | 0.77% | - |
| XYZ | 32.68 | 15.79 | 51.78 | - |
| YUV | 82.67 | 190.27 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 193 | 0 | 0.98 | 0.02 | 0.23 | 301.24 | 0.97 | 0.39 |
| Hex | C5 | 3 | C1 | 0 | 62 | 2 | 17 | 12D | 61 | 27 |
| Octal | 305 | 3 | 301 | 0 | 142 | 2 | 27 | 455 | 141 | 47 |
| Binary | 11000101 | 11 | 11000001 | 0 | 1100010 | 10 | 10111 | 100101101 | 1100001 | 100111 |
Color Harmonies of #C503C1
Complementary color
Monochromatic Colors of #C503C1
Black with #C503C1
Text Example
Text Example
White with #C503C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503C1; }
p { color: rgb(197,3,193); }
H1.HeaderClassName
{
color: #C503C1;
}
.AnyTagClassName
{
color: #C503C1;
}
</style>
background-color css
<style>
a { background-color: #C503C1; }
a { background-color: rgb(197,3,193); }
div.DivClassName
{
background-color: #C503C1;
}
.BgClassName
{
background-color: #C503C1;
}
</style>
border-color css
<style>
span { border-color: #C503C1; }
span { border-color: rgb(197,3,193); }
td.TdClassName
{
border-color: #C503C1;
}
.TagClassName
{
border-color: #C503C1;
}
</style>