Shades of Electric Purple #C80AEF
Tints of Electric Purple #C80AEF
RGB
CMYK
RGB Variations
Color information
#C80AEF (or 0xC80AEF) is known color: Electric Purple. HEX triplet: C8, 0A and EF. RGB value is (200,10,239). Sum of RGB (Red+Green+Blue) = 200+10+239=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #C80AEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80AEF is #37F510. Grayscale: #5C5C5C. Windows color (decimal): -3667217 or 15665864. OLE color: 15665864.
HSL color Cylindrical-coordinate representation of color #C80AEF: hue angle of 289.78º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80AEF is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 10 | 239 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.06 |
| HSL | 289.78º | 0.92% | 0.49% | - |
| HSV(B) | 289.78º | 0.96% | 0.94% | - |
| XYZ | 39.51 | 18.73 | 83.19 | - |
| YUV | 92.92 | 210.45 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 239 | 0.16 | 0.96 | 0 | 0.06 | 289.78 | 0.92 | 0.49 |
| Hex | C8 | A | EF | 10 | 60 | 0 | 6 | 122 | 5C | 31 |
| Octal | 310 | 12 | 357 | 20 | 140 | 0 | 6 | 442 | 134 | 61 |
| Binary | 11001000 | 1010 | 11101111 | 10000 | 1100000 | 0 | 110 | 100100010 | 1011100 | 110001 |
Color Harmonies of #C80AEF
Complementary color
Monochromatic Colors of #C80AEF
Black with #C80AEF
Text Example
Text Example
White with #C80AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80AEF; }
p { color: rgb(200,10,239); }
H1.HeaderClassName
{
color: #C80AEF;
}
.AnyTagClassName
{
color: #C80AEF;
}
</style>
background-color css
<style>
a { background-color: #C80AEF; }
a { background-color: rgb(200,10,239); }
div.DivClassName
{
background-color: #C80AEF;
}
.BgClassName
{
background-color: #C80AEF;
}
</style>
border-color css
<style>
span { border-color: #C80AEF; }
span { border-color: rgb(200,10,239); }
td.TdClassName
{
border-color: #C80AEF;
}
.TagClassName
{
border-color: #C80AEF;
}
</style>