Shades of Electric Purple #C324E4
Tints of Electric Purple #C324E4
RGB
CMYK
RGB Variations
Color information
#C324E4 (or 0xC324E4) is known color: Electric Purple. HEX triplet: C3, 24 and E4. RGB value is (195,36,228). Sum of RGB (Red+Green+Blue) = 195+36+228=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 228 (89.45% from 255 or 49.67% from 459); Max value from RGB is 228 - color contains mainly: blue. Hex color #C324E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C324E4 is #3CDB1B. Grayscale: #686868. Windows color (decimal): -3988252 or 14951619. OLE color: 14951619.
HSL color Cylindrical-coordinate representation of color #C324E4: hue angle of 289.69º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C324E4 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 36 | 228 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.11 |
| HSL | 289.69º | 0.78% | 0.52% | - |
| HSV(B) | 289.69º | 0.84% | 0.89% | - |
| XYZ | 37.14 | 18.47 | 75.01 | - |
| YUV | 105.43 | 197.18 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 228 | 0.14 | 0.84 | 0 | 0.11 | 289.69 | 0.78 | 0.52 |
| Hex | C3 | 24 | E4 | E | 54 | 0 | B | 122 | 4E | 34 |
| Octal | 303 | 44 | 344 | 16 | 124 | 0 | 13 | 442 | 116 | 64 |
| Binary | 11000011 | 100100 | 11100100 | 1110 | 1010100 | 0 | 1011 | 100100010 | 1001110 | 110100 |
Color Harmonies of #C324E4
Complementary color
Monochromatic Colors of #C324E4
Black with #C324E4
Text Example
Text Example
White with #C324E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C324E4; }
p { color: rgb(195,36,228); }
H1.HeaderClassName
{
color: #C324E4;
}
.AnyTagClassName
{
color: #C324E4;
}
</style>
background-color css
<style>
a { background-color: #C324E4; }
a { background-color: rgb(195,36,228); }
div.DivClassName
{
background-color: #C324E4;
}
.BgClassName
{
background-color: #C324E4;
}
</style>
border-color css
<style>
span { border-color: #C324E4; }
span { border-color: rgb(195,36,228); }
td.TdClassName
{
border-color: #C324E4;
}
.TagClassName
{
border-color: #C324E4;
}
</style>