Shades of Electric Purple #C81FEF
Tints of Electric Purple #C81FEF
RGB
CMYK
RGB Variations
Color information
#C81FEF (or 0xC81FEF) is known color: Electric Purple. HEX triplet: C8, 1F and EF. RGB value is (200,31,239). Sum of RGB (Red+Green+Blue) = 200+31+239=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 31 (12.5% from 255 or 6.60% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #C81FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81FEF is #37E010. Grayscale: #686868. Windows color (decimal): -3661841 or 15671240. OLE color: 15671240.
HSL color Cylindrical-coordinate representation of color #C81FEF: hue angle of 288.75º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81FEF is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 31 | 239 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.06 |
| HSL | 288.75º | 0.87% | 0.53% | - |
| HSV(B) | 288.75º | 0.87% | 0.94% | - |
| XYZ | 39.89 | 19.49 | 83.32 | - |
| YUV | 105.24 | 203.49 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 239 | 0.16 | 0.87 | 0 | 0.06 | 288.75 | 0.87 | 0.53 |
| Hex | C8 | 1F | EF | 10 | 57 | 0 | 6 | 121 | 57 | 35 |
| Octal | 310 | 37 | 357 | 20 | 127 | 0 | 6 | 441 | 127 | 65 |
| Binary | 11001000 | 11111 | 11101111 | 10000 | 1010111 | 0 | 110 | 100100001 | 1010111 | 110101 |
Color Harmonies of #C81FEF
Complementary color
Monochromatic Colors of #C81FEF
Black with #C81FEF
Text Example
Text Example
White with #C81FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FEF; }
p { color: rgb(200,31,239); }
H1.HeaderClassName
{
color: #C81FEF;
}
.AnyTagClassName
{
color: #C81FEF;
}
</style>
background-color css
<style>
a { background-color: #C81FEF; }
a { background-color: rgb(200,31,239); }
div.DivClassName
{
background-color: #C81FEF;
}
.BgClassName
{
background-color: #C81FEF;
}
</style>
border-color css
<style>
span { border-color: #C81FEF; }
span { border-color: rgb(200,31,239); }
td.TdClassName
{
border-color: #C81FEF;
}
.TagClassName
{
border-color: #C81FEF;
}
</style>