Shades of Electric Purple #C324EA
Tints of Electric Purple #C324EA
RGB
CMYK
RGB Variations
Color information
#C324EA (or 0xC324EA) is known color: Electric Purple. HEX triplet: C3, 24 and EA. RGB value is (195,36,234). Sum of RGB (Red+Green+Blue) = 195+36+234=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #C324EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C324EA is #3CDB15. Grayscale: #696969. Windows color (decimal): -3988246 or 15344835. OLE color: 15344835.
HSL color Cylindrical-coordinate representation of color #C324EA: hue angle of 288.18º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C324EA is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 36 | 234 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.08 |
| HSL | 288.18º | 0.83% | 0.53% | - |
| HSV(B) | 288.18º | 0.85% | 0.92% | - |
| XYZ | 37.99 | 18.8 | 79.47 | - |
| YUV | 106.11 | 200.18 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 234 | 0.17 | 0.85 | 0 | 0.08 | 288.18 | 0.83 | 0.53 |
| Hex | C3 | 24 | EA | 11 | 55 | 0 | 8 | 120 | 52 | 35 |
| Octal | 303 | 44 | 352 | 21 | 125 | 0 | 10 | 440 | 122 | 65 |
| Binary | 11000011 | 100100 | 11101010 | 10001 | 1010101 | 0 | 1000 | 100100000 | 1010010 | 110101 |
Color Harmonies of #C324EA
Complementary color
Monochromatic Colors of #C324EA
Black with #C324EA
Text Example
Text Example
White with #C324EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C324EA; }
p { color: rgb(195,36,234); }
H1.HeaderClassName
{
color: #C324EA;
}
.AnyTagClassName
{
color: #C324EA;
}
</style>
background-color css
<style>
a { background-color: #C324EA; }
a { background-color: rgb(195,36,234); }
div.DivClassName
{
background-color: #C324EA;
}
.BgClassName
{
background-color: #C324EA;
}
</style>
border-color css
<style>
span { border-color: #C324EA; }
span { border-color: rgb(195,36,234); }
td.TdClassName
{
border-color: #C324EA;
}
.TagClassName
{
border-color: #C324EA;
}
</style>