Shades of Electric Purple #C824E8
Tints of Electric Purple #C824E8
RGB
CMYK
RGB Variations
Color information
#C824E8 (or 0xC824E8) is known color: Electric Purple. HEX triplet: C8, 24 and E8. RGB value is (200,36,232). Sum of RGB (Red+Green+Blue) = 200+36+232=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #C824E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C824E8 is #37DB17. Grayscale: #6A6A6A. Windows color (decimal): -3660568 or 15213768. OLE color: 15213768.
HSL color Cylindrical-coordinate representation of color #C824E8: hue angle of 290.2º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C824E8 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 36 | 232 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.09 |
| HSL | 290.2º | 0.81% | 0.53% | - |
| HSV(B) | 290.2º | 0.84% | 0.91% | - |
| XYZ | 39.02 | 19.37 | 78.03 | - |
| YUV | 107.38 | 198.33 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 232 | 0.14 | 0.84 | 0 | 0.09 | 290.2 | 0.81 | 0.53 |
| Hex | C8 | 24 | E8 | E | 54 | 0 | 9 | 122 | 51 | 35 |
| Octal | 310 | 44 | 350 | 16 | 124 | 0 | 11 | 442 | 121 | 65 |
| Binary | 11001000 | 100100 | 11101000 | 1110 | 1010100 | 0 | 1001 | 100100010 | 1010001 | 110101 |
Color Harmonies of #C824E8
Complementary color
Monochromatic Colors of #C824E8
Black with #C824E8
Text Example
Text Example
White with #C824E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C824E8; }
p { color: rgb(200,36,232); }
H1.HeaderClassName
{
color: #C824E8;
}
.AnyTagClassName
{
color: #C824E8;
}
</style>
background-color css
<style>
a { background-color: #C824E8; }
a { background-color: rgb(200,36,232); }
div.DivClassName
{
background-color: #C824E8;
}
.BgClassName
{
background-color: #C824E8;
}
</style>
border-color css
<style>
span { border-color: #C824E8; }
span { border-color: rgb(200,36,232); }
td.TdClassName
{
border-color: #C824E8;
}
.TagClassName
{
border-color: #C824E8;
}
</style>