Shades of Electric Purple #C32DF8
Tints of Electric Purple #C32DF8
RGB
CMYK
RGB Variations
Color information
#C32DF8 (or 0xC32DF8) is known color: Electric Purple. HEX triplet: C3, 2D and F8. RGB value is (195,45,248). Sum of RGB (Red+Green+Blue) = 195+45+248=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 45 (17.97% from 255 or 9.22% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #C32DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32DF8 is #3CD207. Grayscale: #707070. Windows color (decimal): -3985928 or 16264643. OLE color: 16264643.
HSL color Cylindrical-coordinate representation of color #C32DF8: hue angle of 284.33º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32DF8 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 45 | 248 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.03 |
| HSL | 284.34º | 0.94% | 0.57% | - |
| HSV(B) | 284.34º | 0.82% | 0.97% | - |
| XYZ | 40.39 | 20.26 | 90.59 | - |
| YUV | 112.99 | 204.2 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 248 | 0.21 | 0.82 | 0 | 0.03 | 284.34 | 0.94 | 0.57 |
| Hex | C3 | 2D | F8 | 15 | 52 | 0 | 3 | 11C | 5E | 39 |
| Octal | 303 | 55 | 370 | 25 | 122 | 0 | 3 | 434 | 136 | 71 |
| Binary | 11000011 | 101101 | 11111000 | 10101 | 1010010 | 0 | 11 | 100011100 | 1011110 | 111001 |
Color Harmonies of #C32DF8
Complementary color
Monochromatic Colors of #C32DF8
Black with #C32DF8
Text Example
Text Example
White with #C32DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DF8; }
p { color: rgb(195,45,248); }
H1.HeaderClassName
{
color: #C32DF8;
}
.AnyTagClassName
{
color: #C32DF8;
}
</style>
background-color css
<style>
a { background-color: #C32DF8; }
a { background-color: rgb(195,45,248); }
div.DivClassName
{
background-color: #C32DF8;
}
.BgClassName
{
background-color: #C32DF8;
}
</style>
border-color css
<style>
span { border-color: #C32DF8; }
span { border-color: rgb(195,45,248); }
td.TdClassName
{
border-color: #C32DF8;
}
.TagClassName
{
border-color: #C32DF8;
}
</style>