Shades of Deep Magenta #C505E3
Tints of Deep Magenta #C505E3
RGB
CMYK
RGB Variations
Color information
#C505E3 (or 0xC505E3) is known color: Deep Magenta. HEX triplet: C5, 05 and E3. RGB value is (197,5,227). Sum of RGB (Red+Green+Blue) = 197+5+227=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 227 (89.06% from 255 or 52.91% from 429); Max value from RGB is 227 - color contains mainly: blue. Hex color #C505E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505E3 is #3AFA1C. Grayscale: #575757. Windows color (decimal): -3865117 or 14878149. OLE color: 14878149.
HSL color Cylindrical-coordinate representation of color #C505E3: hue angle of 291.89º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C505E3 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 5 | 227 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.11 |
| HSL | 291.89º | 0.96% | 0.45% | - |
| HSV(B) | 291.89º | 0.98% | 0.89% | - |
| XYZ | 36.95 | 17.52 | 74.11 | - |
| YUV | 87.72 | 206.61 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 227 | 0.13 | 0.98 | 0 | 0.11 | 291.89 | 0.96 | 0.45 |
| Hex | C5 | 5 | E3 | D | 62 | 0 | B | 124 | 60 | 2D |
| Octal | 305 | 5 | 343 | 15 | 142 | 0 | 13 | 444 | 140 | 55 |
| Binary | 11000101 | 101 | 11100011 | 1101 | 1100010 | 0 | 1011 | 100100100 | 1100000 | 101101 |
Color Harmonies of #C505E3
Complementary color
Monochromatic Colors of #C505E3
Black with #C505E3
Text Example
Text Example
White with #C505E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C505E3; }
p { color: rgb(197,5,227); }
H1.HeaderClassName
{
color: #C505E3;
}
.AnyTagClassName
{
color: #C505E3;
}
</style>
background-color css
<style>
a { background-color: #C505E3; }
a { background-color: rgb(197,5,227); }
div.DivClassName
{
background-color: #C505E3;
}
.BgClassName
{
background-color: #C505E3;
}
</style>
border-color css
<style>
span { border-color: #C505E3; }
span { border-color: rgb(197,5,227); }
td.TdClassName
{
border-color: #C505E3;
}
.TagClassName
{
border-color: #C505E3;
}
</style>