Shades of Electric Purple #C918F3
Tints of Electric Purple #C918F3
RGB
CMYK
RGB Variations
Color information
#C918F3 (or 0xC918F3) is known color: Electric Purple. HEX triplet: C9, 18 and F3. RGB value is (201,24,243). Sum of RGB (Red+Green+Blue) = 201+24+243=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 24 (9.77% from 255 or 5.13% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #C918F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C918F3 is #36E70C. Grayscale: #656565. Windows color (decimal): -3598093 or 15931593. OLE color: 15931593.
HSL color Cylindrical-coordinate representation of color #C918F3: hue angle of 288.49º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C918F3 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 24 | 243 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.05 |
| HSL | 288.49º | 0.9% | 0.52% | - |
| HSV(B) | 288.49º | 0.9% | 0.95% | - |
| XYZ | 40.59 | 19.54 | 86.43 | - |
| YUV | 101.89 | 207.64 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 243 | 0.17 | 0.90 | 0 | 0.05 | 288.49 | 0.9 | 0.52 |
| Hex | C9 | 18 | F3 | 11 | 5A | 0 | 5 | 120 | 5A | 34 |
| Octal | 311 | 30 | 363 | 21 | 132 | 0 | 5 | 440 | 132 | 64 |
| Binary | 11001001 | 11000 | 11110011 | 10001 | 1011010 | 0 | 101 | 100100000 | 1011010 | 110100 |
Color Harmonies of #C918F3
Complementary color
Monochromatic Colors of #C918F3
Black with #C918F3
Text Example
Text Example
White with #C918F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C918F3; }
p { color: rgb(201,24,243); }
H1.HeaderClassName
{
color: #C918F3;
}
.AnyTagClassName
{
color: #C918F3;
}
</style>
background-color css
<style>
a { background-color: #C918F3; }
a { background-color: rgb(201,24,243); }
div.DivClassName
{
background-color: #C918F3;
}
.BgClassName
{
background-color: #C918F3;
}
</style>
border-color css
<style>
span { border-color: #C918F3; }
span { border-color: rgb(201,24,243); }
td.TdClassName
{
border-color: #C918F3;
}
.TagClassName
{
border-color: #C918F3;
}
</style>