Shades of Electric Purple #C918FC
Tints of Electric Purple #C918FC
RGB
CMYK
RGB Variations
Color information
#C918FC (or 0xC918FC) is known color: Electric Purple. HEX triplet: C9, 18 and FC. RGB value is (201,24,252). Sum of RGB (Red+Green+Blue) = 201+24+252=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 24 (9.77% from 255 or 5.03% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #C918FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C918FC is #36E703. Grayscale: #666666. Windows color (decimal): -3598084 or 16521417. OLE color: 16521417.
HSL color Cylindrical-coordinate representation of color #C918FC: hue angle of 286.58º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C918FC is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 24 | 252 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.01 |
| HSL | 286.58º | 0.97% | 0.54% | - |
| HSV(B) | 286.58º | 0.9% | 0.99% | - |
| XYZ | 41.98 | 20.1 | 93.76 | - |
| YUV | 102.92 | 212.14 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 252 | 0.20 | 0.90 | 0 | 0.01 | 286.58 | 0.97 | 0.54 |
| Hex | C9 | 18 | FC | 14 | 5A | 0 | 1 | 11F | 61 | 36 |
| Octal | 311 | 30 | 374 | 24 | 132 | 0 | 1 | 437 | 141 | 66 |
| Binary | 11001001 | 11000 | 11111100 | 10100 | 1011010 | 0 | 1 | 100011111 | 1100001 | 110110 |
Color Harmonies of #C918FC
Complementary color
Monochromatic Colors of #C918FC
Black with #C918FC
Text Example
Text Example
White with #C918FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C918FC; }
p { color: rgb(201,24,252); }
H1.HeaderClassName
{
color: #C918FC;
}
.AnyTagClassName
{
color: #C918FC;
}
</style>
background-color css
<style>
a { background-color: #C918FC; }
a { background-color: rgb(201,24,252); }
div.DivClassName
{
background-color: #C918FC;
}
.BgClassName
{
background-color: #C918FC;
}
</style>
border-color css
<style>
span { border-color: #C918FC; }
span { border-color: rgb(201,24,252); }
td.TdClassName
{
border-color: #C918FC;
}
.TagClassName
{
border-color: #C918FC;
}
</style>