Shades of Electric Purple #C50CFE
Tints of Electric Purple #C50CFE
RGB
CMYK
RGB Variations
Color information
#C50CFE (or 0xC50CFE) is known color: Electric Purple. HEX triplet: C5, 0C and FE. RGB value is (197,12,254). Sum of RGB (Red+Green+Blue) = 197+12+254=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #C50CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50CFE is #3AF301. Grayscale: #5E5E5E. Windows color (decimal): -3863298 or 16649413. OLE color: 16649413.
HSL color Cylindrical-coordinate representation of color #C50CFE: hue angle of 285.87º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50CFE is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 12 | 254 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.00 |
| HSL | 285.87º | 0.99% | 0.52% | - |
| HSV(B) | 285.87º | 0.95% | 1% | - |
| XYZ | 41.05 | 19.29 | 95.33 | - |
| YUV | 94.9 | 217.79 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 254 | 0.22 | 0.95 | 0 | 0.00 | 285.87 | 0.99 | 0.52 |
| Hex | C5 | C | FE | 16 | 5F | 0 | 0 | 11E | 63 | 34 |
| Octal | 305 | 14 | 376 | 26 | 137 | 0 | 0 | 436 | 143 | 64 |
| Binary | 11000101 | 1100 | 11111110 | 10110 | 1011111 | 0 | 0 | 100011110 | 1100011 | 110100 |
Color Harmonies of #C50CFE
Complementary color
Monochromatic Colors of #C50CFE
Black with #C50CFE
Text Example
Text Example
White with #C50CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CFE; }
p { color: rgb(197,12,254); }
H1.HeaderClassName
{
color: #C50CFE;
}
.AnyTagClassName
{
color: #C50CFE;
}
</style>
background-color css
<style>
a { background-color: #C50CFE; }
a { background-color: rgb(197,12,254); }
div.DivClassName
{
background-color: #C50CFE;
}
.BgClassName
{
background-color: #C50CFE;
}
</style>
border-color css
<style>
span { border-color: #C50CFE; }
span { border-color: rgb(197,12,254); }
td.TdClassName
{
border-color: #C50CFE;
}
.TagClassName
{
border-color: #C50CFE;
}
</style>