Shades of Electric Purple #C50EF3
Tints of Electric Purple #C50EF3
RGB
CMYK
RGB Variations
Color information
#C50EF3 (or 0xC50EF3) is known color: Electric Purple. HEX triplet: C5, 0E and F3. RGB value is (197,14,243). Sum of RGB (Red+Green+Blue) = 197+14+243=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 243 (95.31% from 255 or 53.52% from 454); Max value from RGB is 243 - color contains mainly: blue. Hex color #C50EF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50EF3 is #3AF10C. Grayscale: #5E5E5E. Windows color (decimal): -3862797 or 15929029. OLE color: 15929029.
HSL color Cylindrical-coordinate representation of color #C50EF3: hue angle of 287.95º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50EF3 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 14 | 243 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.05 |
| HSL | 287.95º | 0.91% | 0.5% | - |
| HSV(B) | 287.95º | 0.94% | 0.95% | - |
| XYZ | 39.36 | 18.66 | 86.32 | - |
| YUV | 94.82 | 211.63 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 243 | 0.19 | 0.94 | 0 | 0.05 | 287.95 | 0.91 | 0.5 |
| Hex | C5 | E | F3 | 13 | 5E | 0 | 5 | 120 | 5B | 32 |
| Octal | 305 | 16 | 363 | 23 | 136 | 0 | 5 | 440 | 133 | 62 |
| Binary | 11000101 | 1110 | 11110011 | 10011 | 1011110 | 0 | 101 | 100100000 | 1011011 | 110010 |
Color Harmonies of #C50EF3
Complementary color
Monochromatic Colors of #C50EF3
Black with #C50EF3
Text Example
Text Example
White with #C50EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50EF3; }
p { color: rgb(197,14,243); }
H1.HeaderClassName
{
color: #C50EF3;
}
.AnyTagClassName
{
color: #C50EF3;
}
</style>
background-color css
<style>
a { background-color: #C50EF3; }
a { background-color: rgb(197,14,243); }
div.DivClassName
{
background-color: #C50EF3;
}
.BgClassName
{
background-color: #C50EF3;
}
</style>
border-color css
<style>
span { border-color: #C50EF3; }
span { border-color: rgb(197,14,243); }
td.TdClassName
{
border-color: #C50EF3;
}
.TagClassName
{
border-color: #C50EF3;
}
</style>