Shades of Electric Purple #C30FEA
Tints of Electric Purple #C30FEA
RGB
CMYK
RGB Variations
Color information
#C30FEA (or 0xC30FEA) is known color: Electric Purple. HEX triplet: C3, 0F and EA. RGB value is (195,15,234). Sum of RGB (Red+Green+Blue) = 195+15+234=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #C30FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30FEA is #3CF015. Grayscale: #5D5D5D. Windows color (decimal): -3993622 or 15339459. OLE color: 15339459.
HSL color Cylindrical-coordinate representation of color #C30FEA: hue angle of 289.32º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30FEA is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 15 | 234 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.08 |
| HSL | 289.32º | 0.88% | 0.49% | - |
| HSV(B) | 289.32º | 0.94% | 0.92% | - |
| XYZ | 37.53 | 17.88 | 79.32 | - |
| YUV | 93.79 | 207.13 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 234 | 0.17 | 0.94 | 0 | 0.08 | 289.32 | 0.88 | 0.49 |
| Hex | C3 | F | EA | 11 | 5E | 0 | 8 | 121 | 58 | 31 |
| Octal | 303 | 17 | 352 | 21 | 136 | 0 | 10 | 441 | 130 | 61 |
| Binary | 11000011 | 1111 | 11101010 | 10001 | 1011110 | 0 | 1000 | 100100001 | 1011000 | 110001 |
Color Harmonies of #C30FEA
Complementary color
Monochromatic Colors of #C30FEA
Black with #C30FEA
Text Example
Text Example
White with #C30FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FEA; }
p { color: rgb(195,15,234); }
H1.HeaderClassName
{
color: #C30FEA;
}
.AnyTagClassName
{
color: #C30FEA;
}
</style>
background-color css
<style>
a { background-color: #C30FEA; }
a { background-color: rgb(195,15,234); }
div.DivClassName
{
background-color: #C30FEA;
}
.BgClassName
{
background-color: #C30FEA;
}
</style>
border-color css
<style>
span { border-color: #C30FEA; }
span { border-color: rgb(195,15,234); }
td.TdClassName
{
border-color: #C30FEA;
}
.TagClassName
{
border-color: #C30FEA;
}
</style>