Shades of Electric Purple #C30FFF
Tints of Electric Purple #C30FFF
RGB
CMYK
RGB Variations
Color information
#C30FFF (or 0xC30FFF) is known color: Electric Purple. HEX triplet: C3, 0F and FF. RGB value is (195,15,255). Sum of RGB (Red+Green+Blue) = 195+15+255=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #C30FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30FFF is #3CF000. Grayscale: #5F5F5F. Windows color (decimal): -3993601 or 16715715. OLE color: 16715715.
HSL color Cylindrical-coordinate representation of color #C30FFF: hue angle of 285º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30FFF is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 15 | 255 | - |
| CMYK | 0.24 | 0.94 | 0 | 0 |
| HSL | 285º | 1% | 0.53% | - |
| HSV(B) | 285º | 0.94% | 1% | - |
| XYZ | 40.73 | 19.16 | 96.16 | - |
| YUV | 96.18 | 217.63 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 255 | 0.24 | 0.94 | 0 | 0 | 285 | 1 | 0.53 |
| Hex | C3 | F | FF | 18 | 5E | 0 | 0 | 11D | 64 | 35 |
| Octal | 303 | 17 | 377 | 30 | 136 | 0 | 0 | 435 | 144 | 65 |
| Binary | 11000011 | 1111 | 11111111 | 11000 | 1011110 | 0 | 0 | 100011101 | 1100100 | 110101 |
Color Harmonies of #C30FFF
Complementary color
Monochromatic Colors of #C30FFF
Black with #C30FFF
Text Example
Text Example
White with #C30FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FFF; }
p { color: rgb(195,15,255); }
H1.HeaderClassName
{
color: #C30FFF;
}
.AnyTagClassName
{
color: #C30FFF;
}
</style>
background-color css
<style>
a { background-color: #C30FFF; }
a { background-color: rgb(195,15,255); }
div.DivClassName
{
background-color: #C30FFF;
}
.BgClassName
{
background-color: #C30FFF;
}
</style>
border-color css
<style>
span { border-color: #C30FFF; }
span { border-color: rgb(195,15,255); }
td.TdClassName
{
border-color: #C30FFF;
}
.TagClassName
{
border-color: #C30FFF;
}
</style>