Shades of Electric Purple #C824EF
Tints of Electric Purple #C824EF
RGB
CMYK
RGB Variations
Color information
#C824EF (or 0xC824EF) is known color: Electric Purple. HEX triplet: C8, 24 and EF. RGB value is (200,36,239). Sum of RGB (Red+Green+Blue) = 200+36+239=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 36 (14.45% from 255 or 7.58% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #C824EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C824EF is #37DB10. Grayscale: #6B6B6B. Windows color (decimal): -3660561 or 15672520. OLE color: 15672520.
HSL color Cylindrical-coordinate representation of color #C824EF: hue angle of 288.47º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C824EF is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 36 | 239 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.06 |
| HSL | 288.47º | 0.86% | 0.54% | - |
| HSV(B) | 288.47º | 0.85% | 0.94% | - |
| XYZ | 40.03 | 19.77 | 83.37 | - |
| YUV | 108.18 | 201.83 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 239 | 0.16 | 0.85 | 0 | 0.06 | 288.47 | 0.86 | 0.54 |
| Hex | C8 | 24 | EF | 10 | 55 | 0 | 6 | 120 | 56 | 36 |
| Octal | 310 | 44 | 357 | 20 | 125 | 0 | 6 | 440 | 126 | 66 |
| Binary | 11001000 | 100100 | 11101111 | 10000 | 1010101 | 0 | 110 | 100100000 | 1010110 | 110110 |
Color Harmonies of #C824EF
Complementary color
Monochromatic Colors of #C824EF
Black with #C824EF
Text Example
Text Example
White with #C824EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C824EF; }
p { color: rgb(200,36,239); }
H1.HeaderClassName
{
color: #C824EF;
}
.AnyTagClassName
{
color: #C824EF;
}
</style>
background-color css
<style>
a { background-color: #C824EF; }
a { background-color: rgb(200,36,239); }
div.DivClassName
{
background-color: #C824EF;
}
.BgClassName
{
background-color: #C824EF;
}
</style>
border-color css
<style>
span { border-color: #C824EF; }
span { border-color: rgb(200,36,239); }
td.TdClassName
{
border-color: #C824EF;
}
.TagClassName
{
border-color: #C824EF;
}
</style>