Shades of Electric Purple #C01FEA
Tints of Electric Purple #C01FEA
RGB
CMYK
RGB Variations
Color information
#C01FEA (or 0xC01FEA) is known color: Electric Purple. HEX triplet: C0, 1F and EA. RGB value is (192,31,234). Sum of RGB (Red+Green+Blue) = 192+31+234=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 31 (12.5% from 255 or 6.78% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #C01FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01FEA is #3FE015. Grayscale: #656565. Windows color (decimal): -4186134 or 15343552. OLE color: 15343552.
HSL color Cylindrical-coordinate representation of color #C01FEA: hue angle of 287.59º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01FEA is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 31 | 234 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.08 |
| HSL | 287.59º | 0.83% | 0.52% | - |
| HSV(B) | 287.59º | 0.87% | 0.92% | - |
| XYZ | 37.08 | 18.13 | 79.39 | - |
| YUV | 102.28 | 202.34 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 234 | 0.18 | 0.87 | 0 | 0.08 | 287.59 | 0.83 | 0.52 |
| Hex | C0 | 1F | EA | 12 | 57 | 0 | 8 | 120 | 53 | 34 |
| Octal | 300 | 37 | 352 | 22 | 127 | 0 | 10 | 440 | 123 | 64 |
| Binary | 11000000 | 11111 | 11101010 | 10010 | 1010111 | 0 | 1000 | 100100000 | 1010011 | 110100 |
Color Harmonies of #C01FEA
Complementary color
Monochromatic Colors of #C01FEA
Black with #C01FEA
Text Example
Text Example
White with #C01FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01FEA; }
p { color: rgb(192,31,234); }
H1.HeaderClassName
{
color: #C01FEA;
}
.AnyTagClassName
{
color: #C01FEA;
}
</style>
background-color css
<style>
a { background-color: #C01FEA; }
a { background-color: rgb(192,31,234); }
div.DivClassName
{
background-color: #C01FEA;
}
.BgClassName
{
background-color: #C01FEA;
}
</style>
border-color css
<style>
span { border-color: #C01FEA; }
span { border-color: rgb(192,31,234); }
td.TdClassName
{
border-color: #C01FEA;
}
.TagClassName
{
border-color: #C01FEA;
}
</style>