Shades of Deep Magenta #C515E4
Tints of Deep Magenta #C515E4
RGB
CMYK
RGB Variations
Color information
#C515E4 (or 0xC515E4) is known color: Deep Magenta. HEX triplet: C5, 15 and E4. RGB value is (197,21,228). Sum of RGB (Red+Green+Blue) = 197+21+228=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 228 (89.45% from 255 or 51.12% from 446); Max value from RGB is 228 - color contains mainly: blue. Hex color #C515E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C515E4 is #3AEA1B. Grayscale: #606060. Windows color (decimal): -3861020 or 14947781. OLE color: 14947781.
HSL color Cylindrical-coordinate representation of color #C515E4: hue angle of 291.01º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C515E4 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 21 | 228 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.11 |
| HSL | 291.01º | 0.83% | 0.49% | - |
| HSV(B) | 291.01º | 0.91% | 0.89% | - |
| XYZ | 37.3 | 18.01 | 74.91 | - |
| YUV | 97.22 | 201.81 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 228 | 0.14 | 0.91 | 0 | 0.11 | 291.01 | 0.83 | 0.49 |
| Hex | C5 | 15 | E4 | E | 5B | 0 | B | 123 | 53 | 31 |
| Octal | 305 | 25 | 344 | 16 | 133 | 0 | 13 | 443 | 123 | 61 |
| Binary | 11000101 | 10101 | 11100100 | 1110 | 1011011 | 0 | 1011 | 100100011 | 1010011 | 110001 |
Color Harmonies of #C515E4
Complementary color
Monochromatic Colors of #C515E4
Black with #C515E4
Text Example
Text Example
White with #C515E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C515E4; }
p { color: rgb(197,21,228); }
H1.HeaderClassName
{
color: #C515E4;
}
.AnyTagClassName
{
color: #C515E4;
}
</style>
background-color css
<style>
a { background-color: #C515E4; }
a { background-color: rgb(197,21,228); }
div.DivClassName
{
background-color: #C515E4;
}
.BgClassName
{
background-color: #C515E4;
}
</style>
border-color css
<style>
span { border-color: #C515E4; }
span { border-color: rgb(197,21,228); }
td.TdClassName
{
border-color: #C515E4;
}
.TagClassName
{
border-color: #C515E4;
}
</style>