Shades of Deep Magenta #C503BE
Tints of Deep Magenta #C503BE
RGB
CMYK
RGB Variations
Color information
#C503BE (or 0xC503BE) is known color: Deep Magenta. HEX triplet: C5, 03 and BE. RGB value is (197,3,190). Sum of RGB (Red+Green+Blue) = 197+3+190=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C503BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C503BE is #3AFC41. Grayscale: #515151. Windows color (decimal): -3865666 or 12452805. OLE color: 12452805.
HSL color Cylindrical-coordinate representation of color #C503BE: hue angle of 302.16º 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 #C503BE is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 190 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.23 |
| HSL | 302.16º | 0.97% | 0.39% | - |
| HSV(B) | 302.16º | 0.98% | 0.77% | - |
| XYZ | 32.35 | 15.65 | 50.03 | - |
| YUV | 82.32 | 188.77 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 190 | 0 | 0.98 | 0.04 | 0.23 | 302.16 | 0.97 | 0.39 |
| Hex | C5 | 3 | BE | 0 | 62 | 4 | 17 | 12E | 61 | 27 |
| Octal | 305 | 3 | 276 | 0 | 142 | 4 | 27 | 456 | 141 | 47 |
| Binary | 11000101 | 11 | 10111110 | 0 | 1100010 | 100 | 10111 | 100101110 | 1100001 | 100111 |
Color Harmonies of #C503BE
Complementary color
Monochromatic Colors of #C503BE
Black with #C503BE
Text Example
Text Example
White with #C503BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503BE; }
p { color: rgb(197,3,190); }
H1.HeaderClassName
{
color: #C503BE;
}
.AnyTagClassName
{
color: #C503BE;
}
</style>
background-color css
<style>
a { background-color: #C503BE; }
a { background-color: rgb(197,3,190); }
div.DivClassName
{
background-color: #C503BE;
}
.BgClassName
{
background-color: #C503BE;
}
</style>
border-color css
<style>
span { border-color: #C503BE; }
span { border-color: rgb(197,3,190); }
td.TdClassName
{
border-color: #C503BE;
}
.TagClassName
{
border-color: #C503BE;
}
</style>