Shades of Electric Purple #C00FEF
Tints of Electric Purple #C00FEF
RGB
CMYK
RGB Variations
Color information
#C00FEF (or 0xC00FEF) is known color: Electric Purple. HEX triplet: C0, 0F and EF. RGB value is (192,15,239). Sum of RGB (Red+Green+Blue) = 192+15+239=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #C00FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00FEF is #3FF010. Grayscale: #5C5C5C. Windows color (decimal): -4190225 or 15667136. OLE color: 15667136.
HSL color Cylindrical-coordinate representation of color #C00FEF: hue angle of 287.41º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00FEF is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 15 | 239 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.06 |
| HSL | 287.41º | 0.88% | 0.5% | - |
| HSV(B) | 287.41º | 0.94% | 0.94% | - |
| XYZ | 37.49 | 17.78 | 83.12 | - |
| YUV | 93.46 | 210.14 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 239 | 0.20 | 0.94 | 0 | 0.06 | 287.41 | 0.88 | 0.5 |
| Hex | C0 | F | EF | 14 | 5E | 0 | 6 | 11F | 58 | 32 |
| Octal | 300 | 17 | 357 | 24 | 136 | 0 | 6 | 437 | 130 | 62 |
| Binary | 11000000 | 1111 | 11101111 | 10100 | 1011110 | 0 | 110 | 100011111 | 1011000 | 110010 |
Color Harmonies of #C00FEF
Complementary color
Monochromatic Colors of #C00FEF
Black with #C00FEF
Text Example
Text Example
White with #C00FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FEF; }
p { color: rgb(192,15,239); }
H1.HeaderClassName
{
color: #C00FEF;
}
.AnyTagClassName
{
color: #C00FEF;
}
</style>
background-color css
<style>
a { background-color: #C00FEF; }
a { background-color: rgb(192,15,239); }
div.DivClassName
{
background-color: #C00FEF;
}
.BgClassName
{
background-color: #C00FEF;
}
</style>
border-color css
<style>
span { border-color: #C00FEF; }
span { border-color: rgb(192,15,239); }
td.TdClassName
{
border-color: #C00FEF;
}
.TagClassName
{
border-color: #C00FEF;
}
</style>