Shades of Electric Purple #C00FE5
Tints of Electric Purple #C00FE5
RGB
CMYK
RGB Variations
Color information
#C00FE5 (or 0xC00FE5) is known color: Electric Purple. HEX triplet: C0, 0F and E5. RGB value is (192,15,229). Sum of RGB (Red+Green+Blue) = 192+15+229=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #C00FE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00FE5 is #3FF01A. Grayscale: #5B5B5B. Windows color (decimal): -4190235 or 15011776. OLE color: 15011776.
HSL color Cylindrical-coordinate representation of color #C00FE5: hue angle of 289.63º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00FE5 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 15 | 229 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.10 |
| HSL | 289.63º | 0.88% | 0.48% | - |
| HSV(B) | 289.63º | 0.93% | 0.9% | - |
| XYZ | 36.05 | 17.21 | 75.55 | - |
| YUV | 92.32 | 205.14 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 229 | 0.16 | 0.93 | 0 | 0.10 | 289.63 | 0.88 | 0.48 |
| Hex | C0 | F | E5 | 10 | 5D | 0 | A | 122 | 58 | 30 |
| Octal | 300 | 17 | 345 | 20 | 135 | 0 | 12 | 442 | 130 | 60 |
| Binary | 11000000 | 1111 | 11100101 | 10000 | 1011101 | 0 | 1010 | 100100010 | 1011000 | 110000 |
Color Harmonies of #C00FE5
Complementary color
Monochromatic Colors of #C00FE5
Black with #C00FE5
Text Example
Text Example
White with #C00FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FE5; }
p { color: rgb(192,15,229); }
H1.HeaderClassName
{
color: #C00FE5;
}
.AnyTagClassName
{
color: #C00FE5;
}
</style>
background-color css
<style>
a { background-color: #C00FE5; }
a { background-color: rgb(192,15,229); }
div.DivClassName
{
background-color: #C00FE5;
}
.BgClassName
{
background-color: #C00FE5;
}
</style>
border-color css
<style>
span { border-color: #C00FE5; }
span { border-color: rgb(192,15,229); }
td.TdClassName
{
border-color: #C00FE5;
}
.TagClassName
{
border-color: #C00FE5;
}
</style>