Shades of Electric Purple #C30EF3
Tints of Electric Purple #C30EF3
RGB
CMYK
RGB Variations
Color information
#C30EF3 (or 0xC30EF3) is known color: Electric Purple. HEX triplet: C3, 0E and F3. RGB value is (195,14,243). Sum of RGB (Red+Green+Blue) = 195+14+243=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 243 (95.31% from 255 or 53.76% from 452); Max value from RGB is 243 - color contains mainly: blue. Hex color #C30EF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30EF3 is #3CF10C. Grayscale: #5D5D5D. Windows color (decimal): -3993869 or 15929027. OLE color: 15929027.
HSL color Cylindrical-coordinate representation of color #C30EF3: hue angle of 287.42º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30EF3 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 14 | 243 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.05 |
| HSL | 287.42º | 0.91% | 0.5% | - |
| HSV(B) | 287.42º | 0.94% | 0.95% | - |
| XYZ | 38.84 | 18.39 | 86.3 | - |
| YUV | 94.23 | 211.97 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 243 | 0.20 | 0.94 | 0 | 0.05 | 287.42 | 0.91 | 0.5 |
| Hex | C3 | E | F3 | 14 | 5E | 0 | 5 | 11F | 5B | 32 |
| Octal | 303 | 16 | 363 | 24 | 136 | 0 | 5 | 437 | 133 | 62 |
| Binary | 11000011 | 1110 | 11110011 | 10100 | 1011110 | 0 | 101 | 100011111 | 1011011 | 110010 |
Color Harmonies of #C30EF3
Complementary color
Monochromatic Colors of #C30EF3
Black with #C30EF3
Text Example
Text Example
White with #C30EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EF3; }
p { color: rgb(195,14,243); }
H1.HeaderClassName
{
color: #C30EF3;
}
.AnyTagClassName
{
color: #C30EF3;
}
</style>
background-color css
<style>
a { background-color: #C30EF3; }
a { background-color: rgb(195,14,243); }
div.DivClassName
{
background-color: #C30EF3;
}
.BgClassName
{
background-color: #C30EF3;
}
</style>
border-color css
<style>
span { border-color: #C30EF3; }
span { border-color: rgb(195,14,243); }
td.TdClassName
{
border-color: #C30EF3;
}
.TagClassName
{
border-color: #C30EF3;
}
</style>