Shades of Electric Purple #C32CEF
Tints of Electric Purple #C32CEF
RGB
CMYK
RGB Variations
Color information
#C32CEF (or 0xC32CEF) is known color: Electric Purple. HEX triplet: C3, 2C and EF. RGB value is (195,44,239). Sum of RGB (Red+Green+Blue) = 195+44+239=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #C32CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32CEF is #3CD310. Grayscale: #6E6E6E. Windows color (decimal): -3986193 or 15674563. OLE color: 15674563.
HSL color Cylindrical-coordinate representation of color #C32CEF: hue angle of 286.46º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32CEF is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 44 | 239 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.06 |
| HSL | 286.46º | 0.86% | 0.55% | - |
| HSV(B) | 286.46º | 0.82% | 0.94% | - |
| XYZ | 38.99 | 19.64 | 83.4 | - |
| YUV | 111.38 | 200.03 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 239 | 0.18 | 0.82 | 0 | 0.06 | 286.46 | 0.86 | 0.55 |
| Hex | C3 | 2C | EF | 12 | 52 | 0 | 6 | 11E | 56 | 37 |
| Octal | 303 | 54 | 357 | 22 | 122 | 0 | 6 | 436 | 126 | 67 |
| Binary | 11000011 | 101100 | 11101111 | 10010 | 1010010 | 0 | 110 | 100011110 | 1010110 | 110111 |
Color Harmonies of #C32CEF
Complementary color
Monochromatic Colors of #C32CEF
Black with #C32CEF
Text Example
Text Example
White with #C32CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32CEF; }
p { color: rgb(195,44,239); }
H1.HeaderClassName
{
color: #C32CEF;
}
.AnyTagClassName
{
color: #C32CEF;
}
</style>
background-color css
<style>
a { background-color: #C32CEF; }
a { background-color: rgb(195,44,239); }
div.DivClassName
{
background-color: #C32CEF;
}
.BgClassName
{
background-color: #C32CEF;
}
</style>
border-color css
<style>
span { border-color: #C32CEF; }
span { border-color: rgb(195,44,239); }
td.TdClassName
{
border-color: #C32CEF;
}
.TagClassName
{
border-color: #C32CEF;
}
</style>