Shades of Electric Purple #C930FC
Tints of Electric Purple #C930FC
RGB
CMYK
RGB Variations
Color information
#C930FC (or 0xC930FC) is known color: Electric Purple. HEX triplet: C9, 30 and FC. RGB value is (201,48,252). Sum of RGB (Red+Green+Blue) = 201+48+252=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 48 (19.14% from 255 or 9.58% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #C930FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C930FC is #36CF03. Grayscale: #747474. Windows color (decimal): -3591940 or 16527561. OLE color: 16527561.
HSL color Cylindrical-coordinate representation of color #C930FC: hue angle of 285º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C930FC is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 48 | 252 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.01 |
| HSL | 285º | 0.97% | 0.59% | - |
| HSV(B) | 285º | 0.81% | 0.99% | - |
| XYZ | 42.72 | 21.56 | 94.01 | - |
| YUV | 117 | 204.19 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 252 | 0.20 | 0.81 | 0 | 0.01 | 285 | 0.97 | 0.59 |
| Hex | C9 | 30 | FC | 14 | 51 | 0 | 1 | 11D | 61 | 3B |
| Octal | 311 | 60 | 374 | 24 | 121 | 0 | 1 | 435 | 141 | 73 |
| Binary | 11001001 | 110000 | 11111100 | 10100 | 1010001 | 0 | 1 | 100011101 | 1100001 | 111011 |
Color Harmonies of #C930FC
Complementary color
Monochromatic Colors of #C930FC
Black with #C930FC
Text Example
Text Example
White with #C930FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930FC; }
p { color: rgb(201,48,252); }
H1.HeaderClassName
{
color: #C930FC;
}
.AnyTagClassName
{
color: #C930FC;
}
</style>
background-color css
<style>
a { background-color: #C930FC; }
a { background-color: rgb(201,48,252); }
div.DivClassName
{
background-color: #C930FC;
}
.BgClassName
{
background-color: #C930FC;
}
</style>
border-color css
<style>
span { border-color: #C930FC; }
span { border-color: rgb(201,48,252); }
td.TdClassName
{
border-color: #C930FC;
}
.TagClassName
{
border-color: #C930FC;
}
</style>