Shades of Electric Purple #C00EF3
Tints of Electric Purple #C00EF3
RGB
CMYK
RGB Variations
Color information
#C00EF3 (or 0xC00EF3) is known color: Electric Purple. HEX triplet: C0, 0E and F3. RGB value is (192,14,243). Sum of RGB (Red+Green+Blue) = 192+14+243=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 243 (95.31% from 255 or 54.12% from 449); Max value from RGB is 243 - color contains mainly: blue. Hex color #C00EF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00EF3 is #3FF10C. Grayscale: #5C5C5C. Windows color (decimal): -4190477 or 15929024. OLE color: 15929024.
HSL color Cylindrical-coordinate representation of color #C00EF3: hue angle of 286.64º 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 #C00EF3 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 14 | 243 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.05 |
| HSL | 286.64º | 0.91% | 0.5% | - |
| HSV(B) | 286.64º | 0.94% | 0.95% | - |
| XYZ | 38.07 | 17.99 | 86.26 | - |
| YUV | 93.33 | 212.47 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 243 | 0.21 | 0.94 | 0 | 0.05 | 286.64 | 0.91 | 0.5 |
| Hex | C0 | E | F3 | 15 | 5E | 0 | 5 | 11F | 5B | 32 |
| Octal | 300 | 16 | 363 | 25 | 136 | 0 | 5 | 437 | 133 | 62 |
| Binary | 11000000 | 1110 | 11110011 | 10101 | 1011110 | 0 | 101 | 100011111 | 1011011 | 110010 |
Color Harmonies of #C00EF3
Complementary color
Monochromatic Colors of #C00EF3
Black with #C00EF3
Text Example
Text Example
White with #C00EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00EF3; }
p { color: rgb(192,14,243); }
H1.HeaderClassName
{
color: #C00EF3;
}
.AnyTagClassName
{
color: #C00EF3;
}
</style>
background-color css
<style>
a { background-color: #C00EF3; }
a { background-color: rgb(192,14,243); }
div.DivClassName
{
background-color: #C00EF3;
}
.BgClassName
{
background-color: #C00EF3;
}
</style>
border-color css
<style>
span { border-color: #C00EF3; }
span { border-color: rgb(192,14,243); }
td.TdClassName
{
border-color: #C00EF3;
}
.TagClassName
{
border-color: #C00EF3;
}
</style>