Shades of Electric Purple #C32DEF
Tints of Electric Purple #C32DEF
RGB
CMYK
RGB Variations
Color information
#C32DEF (or 0xC32DEF) is known color: Electric Purple. HEX triplet: C3, 2D and EF. RGB value is (195,45,239). Sum of RGB (Red+Green+Blue) = 195+45+239=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #C32DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32DEF is #3CD210. Grayscale: #6F6F6F. Windows color (decimal): -3985937 or 15674819. OLE color: 15674819.
HSL color Cylindrical-coordinate representation of color #C32DEF: hue angle of 286.39º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32DEF is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 45 | 239 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.06 |
| HSL | 286.39º | 0.86% | 0.56% | - |
| HSV(B) | 286.39º | 0.81% | 0.94% | - |
| XYZ | 39.02 | 19.71 | 83.41 | - |
| YUV | 111.97 | 199.7 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 239 | 0.18 | 0.81 | 0 | 0.06 | 286.39 | 0.86 | 0.56 |
| Hex | C3 | 2D | EF | 12 | 51 | 0 | 6 | 11E | 56 | 38 |
| Octal | 303 | 55 | 357 | 22 | 121 | 0 | 6 | 436 | 126 | 70 |
| Binary | 11000011 | 101101 | 11101111 | 10010 | 1010001 | 0 | 110 | 100011110 | 1010110 | 111000 |
Color Harmonies of #C32DEF
Complementary color
Monochromatic Colors of #C32DEF
Black with #C32DEF
Text Example
Text Example
White with #C32DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DEF; }
p { color: rgb(195,45,239); }
H1.HeaderClassName
{
color: #C32DEF;
}
.AnyTagClassName
{
color: #C32DEF;
}
</style>
background-color css
<style>
a { background-color: #C32DEF; }
a { background-color: rgb(195,45,239); }
div.DivClassName
{
background-color: #C32DEF;
}
.BgClassName
{
background-color: #C32DEF;
}
</style>
border-color css
<style>
span { border-color: #C32DEF; }
span { border-color: rgb(195,45,239); }
td.TdClassName
{
border-color: #C32DEF;
}
.TagClassName
{
border-color: #C32DEF;
}
</style>