Shades of Deep Magenta #C505E4
Tints of Deep Magenta #C505E4
RGB
CMYK
RGB Variations
Color information
#C505E4 (or 0xC505E4) is known color: Deep Magenta. HEX triplet: C5, 05 and E4. RGB value is (197,5,228). Sum of RGB (Red+Green+Blue) = 197+5+228=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 5 (2.34% from 255 or 1.16% from 430); Blue value is 228 (89.45% from 255 or 53.02% from 430); Max value from RGB is 228 - color contains mainly: blue. Hex color #C505E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505E4 is #3AFA1B. Grayscale: #575757. Windows color (decimal): -3865116 or 14943685. OLE color: 14943685.
HSL color Cylindrical-coordinate representation of color #C505E4: hue angle of 291.66º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C505E4 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 5 | 228 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.11 |
| HSL | 291.66º | 0.96% | 0.46% | - |
| HSV(B) | 291.66º | 0.98% | 0.89% | - |
| XYZ | 37.08 | 17.58 | 74.84 | - |
| YUV | 87.83 | 207.11 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 228 | 0.14 | 0.98 | 0 | 0.11 | 291.66 | 0.96 | 0.46 |
| Hex | C5 | 5 | E4 | E | 62 | 0 | B | 124 | 60 | 2E |
| Octal | 305 | 5 | 344 | 16 | 142 | 0 | 13 | 444 | 140 | 56 |
| Binary | 11000101 | 101 | 11100100 | 1110 | 1100010 | 0 | 1011 | 100100100 | 1100000 | 101110 |
Color Harmonies of #C505E4
Complementary color
Monochromatic Colors of #C505E4
Black with #C505E4
Text Example
Text Example
White with #C505E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C505E4; }
p { color: rgb(197,5,228); }
H1.HeaderClassName
{
color: #C505E4;
}
.AnyTagClassName
{
color: #C505E4;
}
</style>
background-color css
<style>
a { background-color: #C505E4; }
a { background-color: rgb(197,5,228); }
div.DivClassName
{
background-color: #C505E4;
}
.BgClassName
{
background-color: #C505E4;
}
</style>
border-color css
<style>
span { border-color: #C505E4; }
span { border-color: rgb(197,5,228); }
td.TdClassName
{
border-color: #C505E4;
}
.TagClassName
{
border-color: #C505E4;
}
</style>