Shades of Electric Purple #C32DF3
Tints of Electric Purple #C32DF3
RGB
CMYK
RGB Variations
Color information
#C32DF3 (or 0xC32DF3) is known color: Electric Purple. HEX triplet: C3, 2D and F3. RGB value is (195,45,243). Sum of RGB (Red+Green+Blue) = 195+45+243=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 45 (17.97% from 255 or 9.32% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #C32DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32DF3 is #3CD20C. Grayscale: #6F6F6F. Windows color (decimal): -3985933 or 15936963. OLE color: 15936963.
HSL color Cylindrical-coordinate representation of color #C32DF3: hue angle of 285.45º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32DF3 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 45 | 243 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.05 |
| HSL | 285.45º | 0.89% | 0.56% | - |
| HSV(B) | 285.45º | 0.81% | 0.95% | - |
| XYZ | 39.62 | 19.95 | 86.56 | - |
| YUV | 112.42 | 201.7 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 243 | 0.20 | 0.81 | 0 | 0.05 | 285.45 | 0.89 | 0.56 |
| Hex | C3 | 2D | F3 | 14 | 51 | 0 | 5 | 11D | 59 | 38 |
| Octal | 303 | 55 | 363 | 24 | 121 | 0 | 5 | 435 | 131 | 70 |
| Binary | 11000011 | 101101 | 11110011 | 10100 | 1010001 | 0 | 101 | 100011101 | 1011001 | 111000 |
Color Harmonies of #C32DF3
Complementary color
Monochromatic Colors of #C32DF3
Black with #C32DF3
Text Example
Text Example
White with #C32DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DF3; }
p { color: rgb(195,45,243); }
H1.HeaderClassName
{
color: #C32DF3;
}
.AnyTagClassName
{
color: #C32DF3;
}
</style>
background-color css
<style>
a { background-color: #C32DF3; }
a { background-color: rgb(195,45,243); }
div.DivClassName
{
background-color: #C32DF3;
}
.BgClassName
{
background-color: #C32DF3;
}
</style>
border-color css
<style>
span { border-color: #C32DF3; }
span { border-color: rgb(195,45,243); }
td.TdClassName
{
border-color: #C32DF3;
}
.TagClassName
{
border-color: #C32DF3;
}
</style>