Shades of Electric Purple #C918EF
Tints of Electric Purple #C918EF
RGB
CMYK
RGB Variations
Color information
#C918EF (or 0xC918EF) is known color: Electric Purple. HEX triplet: C9, 18 and EF. RGB value is (201,24,239). Sum of RGB (Red+Green+Blue) = 201+24+239=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #C918EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C918EF is #36E710. Grayscale: #646464. Windows color (decimal): -3598097 or 15669449. OLE color: 15669449.
HSL color Cylindrical-coordinate representation of color #C918EF: hue angle of 289.4º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C918EF is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 24 | 239 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.06 |
| HSL | 289.4º | 0.87% | 0.52% | - |
| HSV(B) | 289.4º | 0.9% | 0.94% | - |
| XYZ | 39.99 | 19.3 | 83.28 | - |
| YUV | 101.43 | 205.64 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 239 | 0.16 | 0.90 | 0 | 0.06 | 289.4 | 0.87 | 0.52 |
| Hex | C9 | 18 | EF | 10 | 5A | 0 | 6 | 121 | 57 | 34 |
| Octal | 311 | 30 | 357 | 20 | 132 | 0 | 6 | 441 | 127 | 64 |
| Binary | 11001001 | 11000 | 11101111 | 10000 | 1011010 | 0 | 110 | 100100001 | 1010111 | 110100 |
Color Harmonies of #C918EF
Complementary color
Monochromatic Colors of #C918EF
Black with #C918EF
Text Example
Text Example
White with #C918EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C918EF; }
p { color: rgb(201,24,239); }
H1.HeaderClassName
{
color: #C918EF;
}
.AnyTagClassName
{
color: #C918EF;
}
</style>
background-color css
<style>
a { background-color: #C918EF; }
a { background-color: rgb(201,24,239); }
div.DivClassName
{
background-color: #C918EF;
}
.BgClassName
{
background-color: #C918EF;
}
</style>
border-color css
<style>
span { border-color: #C918EF; }
span { border-color: rgb(201,24,239); }
td.TdClassName
{
border-color: #C918EF;
}
.TagClassName
{
border-color: #C918EF;
}
</style>