Shades of Electric Purple #C00FE4
Tints of Electric Purple #C00FE4
RGB
CMYK
RGB Variations
Color information
#C00FE4 (or 0xC00FE4) is known color: Electric Purple. HEX triplet: C0, 0F and E4. RGB value is (192,15,228). Sum of RGB (Red+Green+Blue) = 192+15+228=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 228 (89.45% from 255 or 52.41% from 435); Max value from RGB is 228 - color contains mainly: blue. Hex color #C00FE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00FE4 is #3FF01B. Grayscale: #5B5B5B. Windows color (decimal): -4190236 or 14946240. OLE color: 14946240.
HSL color Cylindrical-coordinate representation of color #C00FE4: hue angle of 289.86º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00FE4 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 15 | 228 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.11 |
| HSL | 289.86º | 0.88% | 0.48% | - |
| HSV(B) | 289.86º | 0.93% | 0.89% | - |
| XYZ | 35.91 | 17.15 | 74.82 | - |
| YUV | 92.21 | 204.64 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 228 | 0.16 | 0.93 | 0 | 0.11 | 289.86 | 0.88 | 0.48 |
| Hex | C0 | F | E4 | 10 | 5D | 0 | B | 122 | 58 | 30 |
| Octal | 300 | 17 | 344 | 20 | 135 | 0 | 13 | 442 | 130 | 60 |
| Binary | 11000000 | 1111 | 11100100 | 10000 | 1011101 | 0 | 1011 | 100100010 | 1011000 | 110000 |
Color Harmonies of #C00FE4
Complementary color
Monochromatic Colors of #C00FE4
Black with #C00FE4
Text Example
Text Example
White with #C00FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FE4; }
p { color: rgb(192,15,228); }
H1.HeaderClassName
{
color: #C00FE4;
}
.AnyTagClassName
{
color: #C00FE4;
}
</style>
background-color css
<style>
a { background-color: #C00FE4; }
a { background-color: rgb(192,15,228); }
div.DivClassName
{
background-color: #C00FE4;
}
.BgClassName
{
background-color: #C00FE4;
}
</style>
border-color css
<style>
span { border-color: #C00FE4; }
span { border-color: rgb(192,15,228); }
td.TdClassName
{
border-color: #C00FE4;
}
.TagClassName
{
border-color: #C00FE4;
}
</style>