Shades of Electric Purple #C812EF
Tints of Electric Purple #C812EF
RGB
CMYK
RGB Variations
Color information
#C812EF (or 0xC812EF) is known color: Electric Purple. HEX triplet: C8, 12 and EF. RGB value is (200,18,239). Sum of RGB (Red+Green+Blue) = 200+18+239=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 18 (7.42% from 255 or 3.94% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #C812EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C812EF is #37ED10. Grayscale: #606060. Windows color (decimal): -3665169 or 15667912. OLE color: 15667912.
HSL color Cylindrical-coordinate representation of color #C812EF: hue angle of 289.41º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C812EF is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 18 | 239 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.06 |
| HSL | 289.41º | 0.87% | 0.5% | - |
| HSV(B) | 289.41º | 0.92% | 0.94% | - |
| XYZ | 39.62 | 18.94 | 83.23 | - |
| YUV | 97.61 | 207.8 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 239 | 0.16 | 0.92 | 0 | 0.06 | 289.41 | 0.87 | 0.5 |
| Hex | C8 | 12 | EF | 10 | 5C | 0 | 6 | 121 | 57 | 32 |
| Octal | 310 | 22 | 357 | 20 | 134 | 0 | 6 | 441 | 127 | 62 |
| Binary | 11001000 | 10010 | 11101111 | 10000 | 1011100 | 0 | 110 | 100100001 | 1010111 | 110010 |
Color Harmonies of #C812EF
Complementary color
Monochromatic Colors of #C812EF
Black with #C812EF
Text Example
Text Example
White with #C812EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812EF; }
p { color: rgb(200,18,239); }
H1.HeaderClassName
{
color: #C812EF;
}
.AnyTagClassName
{
color: #C812EF;
}
</style>
background-color css
<style>
a { background-color: #C812EF; }
a { background-color: rgb(200,18,239); }
div.DivClassName
{
background-color: #C812EF;
}
.BgClassName
{
background-color: #C812EF;
}
</style>
border-color css
<style>
span { border-color: #C812EF; }
span { border-color: rgb(200,18,239); }
td.TdClassName
{
border-color: #C812EF;
}
.TagClassName
{
border-color: #C812EF;
}
</style>