Shades of Electric Purple #C81EF1
Tints of Electric Purple #C81EF1
RGB
CMYK
RGB Variations
Color information
#C81EF1 (or 0xC81EF1) is known color: Electric Purple. HEX triplet: C8, 1E and F1. RGB value is (200,30,241). Sum of RGB (Red+Green+Blue) = 200+30+241=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #C81EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81EF1 is #37E10E. Grayscale: #686868. Windows color (decimal): -3662095 or 15802056. OLE color: 15802056.
HSL color Cylindrical-coordinate representation of color #C81EF1: hue angle of 288.34º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81EF1 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 30 | 241 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.05 |
| HSL | 288.34º | 0.88% | 0.53% | - |
| HSV(B) | 288.34º | 0.88% | 0.95% | - |
| XYZ | 40.16 | 19.56 | 84.88 | - |
| YUV | 104.88 | 204.82 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 241 | 0.17 | 0.88 | 0 | 0.05 | 288.34 | 0.88 | 0.53 |
| Hex | C8 | 1E | F1 | 11 | 58 | 0 | 5 | 120 | 58 | 35 |
| Octal | 310 | 36 | 361 | 21 | 130 | 0 | 5 | 440 | 130 | 65 |
| Binary | 11001000 | 11110 | 11110001 | 10001 | 1011000 | 0 | 101 | 100100000 | 1011000 | 110101 |
Color Harmonies of #C81EF1
Complementary color
Monochromatic Colors of #C81EF1
Black with #C81EF1
Text Example
Text Example
White with #C81EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81EF1; }
p { color: rgb(200,30,241); }
H1.HeaderClassName
{
color: #C81EF1;
}
.AnyTagClassName
{
color: #C81EF1;
}
</style>
background-color css
<style>
a { background-color: #C81EF1; }
a { background-color: rgb(200,30,241); }
div.DivClassName
{
background-color: #C81EF1;
}
.BgClassName
{
background-color: #C81EF1;
}
</style>
border-color css
<style>
span { border-color: #C81EF1; }
span { border-color: rgb(200,30,241); }
td.TdClassName
{
border-color: #C81EF1;
}
.TagClassName
{
border-color: #C81EF1;
}
</style>