Shades of Electric Purple #C32CED
Tints of Electric Purple #C32CED
RGB
CMYK
RGB Variations
Color information
#C32CED (or 0xC32CED) is known color: Electric Purple. HEX triplet: C3, 2C and ED. RGB value is (195,44,237). Sum of RGB (Red+Green+Blue) = 195+44+237=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #C32CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32CED is #3CD312. Grayscale: #6E6E6E. Windows color (decimal): -3986195 or 15543491. OLE color: 15543491.
HSL color Cylindrical-coordinate representation of color #C32CED: hue angle of 286.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32CED is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 44 | 237 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.07 |
| HSL | 286.94º | 0.84% | 0.55% | - |
| HSV(B) | 286.94º | 0.81% | 0.93% | - |
| XYZ | 38.69 | 19.52 | 81.85 | - |
| YUV | 111.15 | 199.03 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 237 | 0.18 | 0.81 | 0 | 0.07 | 286.94 | 0.84 | 0.55 |
| Hex | C3 | 2C | ED | 12 | 51 | 0 | 7 | 11F | 54 | 37 |
| Octal | 303 | 54 | 355 | 22 | 121 | 0 | 7 | 437 | 124 | 67 |
| Binary | 11000011 | 101100 | 11101101 | 10010 | 1010001 | 0 | 111 | 100011111 | 1010100 | 110111 |
Color Harmonies of #C32CED
Complementary color
Monochromatic Colors of #C32CED
Black with #C32CED
Text Example
Text Example
White with #C32CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32CED; }
p { color: rgb(195,44,237); }
H1.HeaderClassName
{
color: #C32CED;
}
.AnyTagClassName
{
color: #C32CED;
}
</style>
background-color css
<style>
a { background-color: #C32CED; }
a { background-color: rgb(195,44,237); }
div.DivClassName
{
background-color: #C32CED;
}
.BgClassName
{
background-color: #C32CED;
}
</style>
border-color css
<style>
span { border-color: #C32CED; }
span { border-color: rgb(195,44,237); }
td.TdClassName
{
border-color: #C32CED;
}
.TagClassName
{
border-color: #C32CED;
}
</style>