Shades of Electric Purple #C918F9
Tints of Electric Purple #C918F9
RGB
CMYK
RGB Variations
Color information
#C918F9 (or 0xC918F9) is known color: Electric Purple. HEX triplet: C9, 18 and F9. RGB value is (201,24,249). Sum of RGB (Red+Green+Blue) = 201+24+249=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 24 (9.77% from 255 or 5.06% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #C918F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C918F9 is #36E706. Grayscale: #656565. Windows color (decimal): -3598087 or 16324809. OLE color: 16324809.
HSL color Cylindrical-coordinate representation of color #C918F9: hue angle of 287.2º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C918F9 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 24 | 249 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.02 |
| HSL | 287.2º | 0.95% | 0.54% | - |
| HSV(B) | 287.2º | 0.9% | 0.98% | - |
| XYZ | 41.51 | 19.91 | 91.28 | - |
| YUV | 102.57 | 210.64 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 249 | 0.19 | 0.90 | 0 | 0.02 | 287.2 | 0.95 | 0.54 |
| Hex | C9 | 18 | F9 | 13 | 5A | 0 | 2 | 11F | 5F | 36 |
| Octal | 311 | 30 | 371 | 23 | 132 | 0 | 2 | 437 | 137 | 66 |
| Binary | 11001001 | 11000 | 11111001 | 10011 | 1011010 | 0 | 10 | 100011111 | 1011111 | 110110 |
Color Harmonies of #C918F9
Complementary color
Monochromatic Colors of #C918F9
Black with #C918F9
Text Example
Text Example
White with #C918F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C918F9; }
p { color: rgb(201,24,249); }
H1.HeaderClassName
{
color: #C918F9;
}
.AnyTagClassName
{
color: #C918F9;
}
</style>
background-color css
<style>
a { background-color: #C918F9; }
a { background-color: rgb(201,24,249); }
div.DivClassName
{
background-color: #C918F9;
}
.BgClassName
{
background-color: #C918F9;
}
</style>
border-color css
<style>
span { border-color: #C918F9; }
span { border-color: rgb(201,24,249); }
td.TdClassName
{
border-color: #C918F9;
}
.TagClassName
{
border-color: #C918F9;
}
</style>