Shades of Electric Purple #C30EEE
Tints of Electric Purple #C30EEE
RGB
CMYK
RGB Variations
Color information
#C30EEE (or 0xC30EEE) is known color: Electric Purple. HEX triplet: C3, 0E and EE. RGB value is (195,14,238). Sum of RGB (Red+Green+Blue) = 195+14+238=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #C30EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30EEE is #3CF111. Grayscale: #5C5C5C. Windows color (decimal): -3993874 or 15601347. OLE color: 15601347.
HSL color Cylindrical-coordinate representation of color #C30EEE: hue angle of 288.48º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30EEE is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 14 | 238 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.07 |
| HSL | 288.48º | 0.89% | 0.49% | - |
| HSV(B) | 288.48º | 0.94% | 0.93% | - |
| XYZ | 38.1 | 18.09 | 82.37 | - |
| YUV | 93.66 | 209.47 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 238 | 0.18 | 0.94 | 0 | 0.07 | 288.48 | 0.89 | 0.49 |
| Hex | C3 | E | EE | 12 | 5E | 0 | 7 | 120 | 59 | 31 |
| Octal | 303 | 16 | 356 | 22 | 136 | 0 | 7 | 440 | 131 | 61 |
| Binary | 11000011 | 1110 | 11101110 | 10010 | 1011110 | 0 | 111 | 100100000 | 1011001 | 110001 |
Color Harmonies of #C30EEE
Complementary color
Monochromatic Colors of #C30EEE
Black with #C30EEE
Text Example
Text Example
White with #C30EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EEE; }
p { color: rgb(195,14,238); }
H1.HeaderClassName
{
color: #C30EEE;
}
.AnyTagClassName
{
color: #C30EEE;
}
</style>
background-color css
<style>
a { background-color: #C30EEE; }
a { background-color: rgb(195,14,238); }
div.DivClassName
{
background-color: #C30EEE;
}
.BgClassName
{
background-color: #C30EEE;
}
</style>
border-color css
<style>
span { border-color: #C30EEE; }
span { border-color: rgb(195,14,238); }
td.TdClassName
{
border-color: #C30EEE;
}
.TagClassName
{
border-color: #C30EEE;
}
</style>