Shades of Electric Purple #C330FA
Tints of Electric Purple #C330FA
RGB
CMYK
RGB Variations
Color information
#C330FA (or 0xC330FA) is known color: Electric Purple. HEX triplet: C3, 30 and FA. RGB value is (195,48,250). Sum of RGB (Red+Green+Blue) = 195+48+250=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 48 (19.14% from 255 or 9.74% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #C330FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C330FA is #3CCF05. Grayscale: #727272. Windows color (decimal): -3985158 or 16396483. OLE color: 16396483.
HSL color Cylindrical-coordinate representation of color #C330FA: hue angle of 283.66º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C330FA is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 48 | 250 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.02 |
| HSL | 283.66º | 0.95% | 0.58% | - |
| HSV(B) | 283.66º | 0.81% | 0.98% | - |
| XYZ | 40.82 | 20.62 | 92.27 | - |
| YUV | 114.98 | 204.2 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 250 | 0.22 | 0.81 | 0 | 0.02 | 283.66 | 0.95 | 0.58 |
| Hex | C3 | 30 | FA | 16 | 51 | 0 | 2 | 11C | 5F | 3A |
| Octal | 303 | 60 | 372 | 26 | 121 | 0 | 2 | 434 | 137 | 72 |
| Binary | 11000011 | 110000 | 11111010 | 10110 | 1010001 | 0 | 10 | 100011100 | 1011111 | 111010 |
Color Harmonies of #C330FA
Complementary color
Monochromatic Colors of #C330FA
Black with #C330FA
Text Example
Text Example
White with #C330FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C330FA; }
p { color: rgb(195,48,250); }
H1.HeaderClassName
{
color: #C330FA;
}
.AnyTagClassName
{
color: #C330FA;
}
</style>
background-color css
<style>
a { background-color: #C330FA; }
a { background-color: rgb(195,48,250); }
div.DivClassName
{
background-color: #C330FA;
}
.BgClassName
{
background-color: #C330FA;
}
</style>
border-color css
<style>
span { border-color: #C330FA; }
span { border-color: rgb(195,48,250); }
td.TdClassName
{
border-color: #C330FA;
}
.TagClassName
{
border-color: #C330FA;
}
</style>