Shades of Electric Purple #C30FED
Tints of Electric Purple #C30FED
RGB
CMYK
RGB Variations
Color information
#C30FED (or 0xC30FED) is known color: Electric Purple. HEX triplet: C3, 0F and ED. RGB value is (195,15,237). Sum of RGB (Red+Green+Blue) = 195+15+237=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #C30FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30FED is #3CF012. Grayscale: #5D5D5D. Windows color (decimal): -3993619 or 15536067. OLE color: 15536067.
HSL color Cylindrical-coordinate representation of color #C30FED: hue angle of 288.65º degrees, saturation: 0.88, 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 #C30FED is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 15 | 237 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.07 |
| HSL | 288.65º | 0.88% | 0.49% | - |
| HSV(B) | 288.65º | 0.94% | 0.93% | - |
| XYZ | 37.96 | 18.06 | 81.61 | - |
| YUV | 94.13 | 208.63 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 237 | 0.18 | 0.94 | 0 | 0.07 | 288.65 | 0.88 | 0.49 |
| Hex | C3 | F | ED | 12 | 5E | 0 | 7 | 121 | 58 | 31 |
| Octal | 303 | 17 | 355 | 22 | 136 | 0 | 7 | 441 | 130 | 61 |
| Binary | 11000011 | 1111 | 11101101 | 10010 | 1011110 | 0 | 111 | 100100001 | 1011000 | 110001 |
Color Harmonies of #C30FED
Complementary color
Monochromatic Colors of #C30FED
Black with #C30FED
Text Example
Text Example
White with #C30FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FED; }
p { color: rgb(195,15,237); }
H1.HeaderClassName
{
color: #C30FED;
}
.AnyTagClassName
{
color: #C30FED;
}
</style>
background-color css
<style>
a { background-color: #C30FED; }
a { background-color: rgb(195,15,237); }
div.DivClassName
{
background-color: #C30FED;
}
.BgClassName
{
background-color: #C30FED;
}
</style>
border-color css
<style>
span { border-color: #C30FED; }
span { border-color: rgb(195,15,237); }
td.TdClassName
{
border-color: #C30FED;
}
.TagClassName
{
border-color: #C30FED;
}
</style>