Shades of Electric Purple #C931FC
Tints of Electric Purple #C931FC
RGB
CMYK
RGB Variations
Color information
#C931FC (or 0xC931FC) is known color: Electric Purple. HEX triplet: C9, 31 and FC. RGB value is (201,49,252). Sum of RGB (Red+Green+Blue) = 201+49+252=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #C931FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C931FC is #36CE03. Grayscale: #747474. Windows color (decimal): -3591684 or 16527817. OLE color: 16527817.
HSL color Cylindrical-coordinate representation of color #C931FC: hue angle of 284.93º 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 #C931FC is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 49 | 252 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.01 |
| HSL | 284.93º | 0.97% | 0.59% | - |
| HSV(B) | 284.93º | 0.81% | 0.99% | - |
| XYZ | 42.76 | 21.64 | 94.02 | - |
| YUV | 117.59 | 203.86 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 252 | 0.20 | 0.81 | 0 | 0.01 | 284.93 | 0.97 | 0.59 |
| Hex | C9 | 31 | FC | 14 | 51 | 0 | 1 | 11D | 61 | 3B |
| Octal | 311 | 61 | 374 | 24 | 121 | 0 | 1 | 435 | 141 | 73 |
| Binary | 11001001 | 110001 | 11111100 | 10100 | 1010001 | 0 | 1 | 100011101 | 1100001 | 111011 |
Color Harmonies of #C931FC
Complementary color
Monochromatic Colors of #C931FC
Black with #C931FC
Text Example
Text Example
White with #C931FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C931FC; }
p { color: rgb(201,49,252); }
H1.HeaderClassName
{
color: #C931FC;
}
.AnyTagClassName
{
color: #C931FC;
}
</style>
background-color css
<style>
a { background-color: #C931FC; }
a { background-color: rgb(201,49,252); }
div.DivClassName
{
background-color: #C931FC;
}
.BgClassName
{
background-color: #C931FC;
}
</style>
border-color css
<style>
span { border-color: #C931FC; }
span { border-color: rgb(201,49,252); }
td.TdClassName
{
border-color: #C931FC;
}
.TagClassName
{
border-color: #C931FC;
}
</style>