Shades of Electric Purple #C930FA
Tints of Electric Purple #C930FA
RGB
CMYK
RGB Variations
Color information
#C930FA (or 0xC930FA) is known color: Electric Purple. HEX triplet: C9, 30 and FA. RGB value is (201,48,250). Sum of RGB (Red+Green+Blue) = 201+48+250=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 48 (19.14% from 255 or 9.62% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #C930FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C930FA is #36CF05. Grayscale: #747474. Windows color (decimal): -3591942 or 16396489. OLE color: 16396489.
HSL color Cylindrical-coordinate representation of color #C930FA: hue angle of 285.45º 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 #C930FA is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 48 | 250 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.02 |
| HSL | 285.45º | 0.95% | 0.58% | - |
| HSV(B) | 285.45º | 0.81% | 0.98% | - |
| XYZ | 42.4 | 21.43 | 92.34 | - |
| YUV | 116.78 | 203.19 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 250 | 0.20 | 0.81 | 0 | 0.02 | 285.45 | 0.95 | 0.58 |
| Hex | C9 | 30 | FA | 14 | 51 | 0 | 2 | 11D | 5F | 3A |
| Octal | 311 | 60 | 372 | 24 | 121 | 0 | 2 | 435 | 137 | 72 |
| Binary | 11001001 | 110000 | 11111010 | 10100 | 1010001 | 0 | 10 | 100011101 | 1011111 | 111010 |
Color Harmonies of #C930FA
Complementary color
Monochromatic Colors of #C930FA
Black with #C930FA
Text Example
Text Example
White with #C930FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930FA; }
p { color: rgb(201,48,250); }
H1.HeaderClassName
{
color: #C930FA;
}
.AnyTagClassName
{
color: #C930FA;
}
</style>
background-color css
<style>
a { background-color: #C930FA; }
a { background-color: rgb(201,48,250); }
div.DivClassName
{
background-color: #C930FA;
}
.BgClassName
{
background-color: #C930FA;
}
</style>
border-color css
<style>
span { border-color: #C930FA; }
span { border-color: rgb(201,48,250); }
td.TdClassName
{
border-color: #C930FA;
}
.TagClassName
{
border-color: #C930FA;
}
</style>