Shades of Electric Purple #C324FE
Tints of Electric Purple #C324FE
RGB
CMYK
RGB Variations
Color information
#C324FE (or 0xC324FE) is known color: Electric Purple. HEX triplet: C3, 24 and FE. RGB value is (195,36,254). Sum of RGB (Red+Green+Blue) = 195+36+254=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 36 (14.45% from 255 or 7.42% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #C324FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C324FE is #3CDB01. Grayscale: #6B6B6B. Windows color (decimal): -3988226 or 16655555. OLE color: 16655555.
HSL color Cylindrical-coordinate representation of color #C324FE: hue angle of 283.76º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C324FE is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 36 | 254 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.00 |
| HSL | 283.76º | 0.99% | 0.57% | - |
| HSV(B) | 283.76º | 0.86% | 1% | - |
| XYZ | 41.03 | 20.02 | 95.47 | - |
| YUV | 108.39 | 210.18 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 254 | 0.23 | 0.86 | 0 | 0.00 | 283.76 | 0.99 | 0.57 |
| Hex | C3 | 24 | FE | 17 | 56 | 0 | 0 | 11C | 63 | 39 |
| Octal | 303 | 44 | 376 | 27 | 126 | 0 | 0 | 434 | 143 | 71 |
| Binary | 11000011 | 100100 | 11111110 | 10111 | 1010110 | 0 | 0 | 100011100 | 1100011 | 111001 |
Color Harmonies of #C324FE
Complementary color
Monochromatic Colors of #C324FE
Black with #C324FE
Text Example
Text Example
White with #C324FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C324FE; }
p { color: rgb(195,36,254); }
H1.HeaderClassName
{
color: #C324FE;
}
.AnyTagClassName
{
color: #C324FE;
}
</style>
background-color css
<style>
a { background-color: #C324FE; }
a { background-color: rgb(195,36,254); }
div.DivClassName
{
background-color: #C324FE;
}
.BgClassName
{
background-color: #C324FE;
}
</style>
border-color css
<style>
span { border-color: #C324FE; }
span { border-color: rgb(195,36,254); }
td.TdClassName
{
border-color: #C324FE;
}
.TagClassName
{
border-color: #C324FE;
}
</style>