Shades of Electric Purple #C30EFC
Tints of Electric Purple #C30EFC
RGB
CMYK
RGB Variations
Color information
#C30EFC (or 0xC30EFC) is known color: Electric Purple. HEX triplet: C3, 0E and FC. RGB value is (195,14,252). Sum of RGB (Red+Green+Blue) = 195+14+252=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #C30EFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30EFC is #3CF103. Grayscale: #5E5E5E. Windows color (decimal): -3993860 or 16518851. OLE color: 16518851.
HSL color Cylindrical-coordinate representation of color #C30EFC: hue angle of 285.63º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30EFC is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 14 | 252 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.01 |
| HSL | 285.63º | 0.98% | 0.52% | - |
| HSV(B) | 285.63º | 0.94% | 0.99% | - |
| XYZ | 40.23 | 18.94 | 93.63 | - |
| YUV | 95.25 | 216.47 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 252 | 0.23 | 0.94 | 0 | 0.01 | 285.63 | 0.98 | 0.52 |
| Hex | C3 | E | FC | 17 | 5E | 0 | 1 | 11E | 62 | 34 |
| Octal | 303 | 16 | 374 | 27 | 136 | 0 | 1 | 436 | 142 | 64 |
| Binary | 11000011 | 1110 | 11111100 | 10111 | 1011110 | 0 | 1 | 100011110 | 1100010 | 110100 |
Color Harmonies of #C30EFC
Complementary color
Monochromatic Colors of #C30EFC
Black with #C30EFC
Text Example
Text Example
White with #C30EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EFC; }
p { color: rgb(195,14,252); }
H1.HeaderClassName
{
color: #C30EFC;
}
.AnyTagClassName
{
color: #C30EFC;
}
</style>
background-color css
<style>
a { background-color: #C30EFC; }
a { background-color: rgb(195,14,252); }
div.DivClassName
{
background-color: #C30EFC;
}
.BgClassName
{
background-color: #C30EFC;
}
</style>
border-color css
<style>
span { border-color: #C30EFC; }
span { border-color: rgb(195,14,252); }
td.TdClassName
{
border-color: #C30EFC;
}
.TagClassName
{
border-color: #C30EFC;
}
</style>