Shades of Electric Purple #C00FE3
Tints of Electric Purple #C00FE3
RGB
CMYK
RGB Variations
Color information
#C00FE3 (or 0xC00FE3) is known color: Electric Purple. HEX triplet: C0, 0F and E3. RGB value is (192,15,227). Sum of RGB (Red+Green+Blue) = 192+15+227=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 227 (89.06% from 255 or 52.30% from 434); Max value from RGB is 227 - color contains mainly: blue. Hex color #C00FE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00FE3 is #3FF01C. Grayscale: #5B5B5B. Windows color (decimal): -4190237 or 14880704. OLE color: 14880704.
HSL color Cylindrical-coordinate representation of color #C00FE3: hue angle of 290.09º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00FE3 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 15 | 227 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.11 |
| HSL | 290.09º | 0.88% | 0.47% | - |
| HSV(B) | 290.09º | 0.93% | 0.89% | - |
| XYZ | 35.77 | 17.09 | 74.09 | - |
| YUV | 92.09 | 204.14 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 227 | 0.15 | 0.93 | 0 | 0.11 | 290.09 | 0.88 | 0.47 |
| Hex | C0 | F | E3 | F | 5D | 0 | B | 122 | 58 | 2F |
| Octal | 300 | 17 | 343 | 17 | 135 | 0 | 13 | 442 | 130 | 57 |
| Binary | 11000000 | 1111 | 11100011 | 1111 | 1011101 | 0 | 1011 | 100100010 | 1011000 | 101111 |
Color Harmonies of #C00FE3
Complementary color
Monochromatic Colors of #C00FE3
Black with #C00FE3
Text Example
Text Example
White with #C00FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FE3; }
p { color: rgb(192,15,227); }
H1.HeaderClassName
{
color: #C00FE3;
}
.AnyTagClassName
{
color: #C00FE3;
}
</style>
background-color css
<style>
a { background-color: #C00FE3; }
a { background-color: rgb(192,15,227); }
div.DivClassName
{
background-color: #C00FE3;
}
.BgClassName
{
background-color: #C00FE3;
}
</style>
border-color css
<style>
span { border-color: #C00FE3; }
span { border-color: rgb(192,15,227); }
td.TdClassName
{
border-color: #C00FE3;
}
.TagClassName
{
border-color: #C00FE3;
}
</style>