Shades of Electric Purple #C801EF
Tints of Electric Purple #C801EF
RGB
CMYK
RGB Variations
Color information
#C801EF (or 0xC801EF) is known color: Electric Purple. HEX triplet: C8, 01 and EF. RGB value is (200,1,239). Sum of RGB (Red+Green+Blue) = 200+1+239=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #C801EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C801EF is #37FE10. Grayscale: #565656. Windows color (decimal): -3669521 or 15663560. OLE color: 15663560.
HSL color Cylindrical-coordinate representation of color #C801EF: hue angle of 290.17º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801EF is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 1 | 239 | - |
| CMYK | 0.16 | 1.00 | 0 | 0.06 |
| HSL | 290.17º | 0.99% | 0.47% | - |
| HSV(B) | 290.17º | 1% | 0.94% | - |
| XYZ | 39.41 | 18.53 | 83.16 | - |
| YUV | 87.63 | 213.43 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 239 | 0.16 | 1.00 | 0 | 0.06 | 290.17 | 0.99 | 0.47 |
| Hex | C8 | 1 | EF | 10 | 64 | 0 | 6 | 122 | 63 | 2F |
| Octal | 310 | 1 | 357 | 20 | 144 | 0 | 6 | 442 | 143 | 57 |
| Binary | 11001000 | 1 | 11101111 | 10000 | 1100100 | 0 | 110 | 100100010 | 1100011 | 101111 |
Color Harmonies of #C801EF
Complementary color
Monochromatic Colors of #C801EF
Black with #C801EF
Text Example
Text Example
White with #C801EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C801EF; }
p { color: rgb(200,1,239); }
H1.HeaderClassName
{
color: #C801EF;
}
.AnyTagClassName
{
color: #C801EF;
}
</style>
background-color css
<style>
a { background-color: #C801EF; }
a { background-color: rgb(200,1,239); }
div.DivClassName
{
background-color: #C801EF;
}
.BgClassName
{
background-color: #C801EF;
}
</style>
border-color css
<style>
span { border-color: #C801EF; }
span { border-color: rgb(200,1,239); }
td.TdClassName
{
border-color: #C801EF;
}
.TagClassName
{
border-color: #C801EF;
}
</style>