Shades of Electric Purple #C919FE
Tints of Electric Purple #C919FE
RGB
CMYK
RGB Variations
Color information
#C919FE (or 0xC919FE) is known color: Electric Purple. HEX triplet: C9, 19 and FE. RGB value is (201,25,254). Sum of RGB (Red+Green+Blue) = 201+25+254=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 25 (10.16% from 255 or 5.21% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #C919FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C919FE is #36E601. Grayscale: #666666. Windows color (decimal): -3597826 or 16652745. OLE color: 16652745.
HSL color Cylindrical-coordinate representation of color #C919FE: hue angle of 286.11º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C919FE is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 25 | 254 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.00 |
| HSL | 286.11º | 0.99% | 0.55% | - |
| HSV(B) | 286.11º | 0.9% | 1% | - |
| XYZ | 42.32 | 20.27 | 95.45 | - |
| YUV | 103.73 | 212.81 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 254 | 0.21 | 0.90 | 0 | 0.00 | 286.11 | 0.99 | 0.55 |
| Hex | C9 | 19 | FE | 15 | 5A | 0 | 0 | 11E | 63 | 37 |
| Octal | 311 | 31 | 376 | 25 | 132 | 0 | 0 | 436 | 143 | 67 |
| Binary | 11001001 | 11001 | 11111110 | 10101 | 1011010 | 0 | 0 | 100011110 | 1100011 | 110111 |
Color Harmonies of #C919FE
Complementary color
Monochromatic Colors of #C919FE
Black with #C919FE
Text Example
Text Example
White with #C919FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919FE; }
p { color: rgb(201,25,254); }
H1.HeaderClassName
{
color: #C919FE;
}
.AnyTagClassName
{
color: #C919FE;
}
</style>
background-color css
<style>
a { background-color: #C919FE; }
a { background-color: rgb(201,25,254); }
div.DivClassName
{
background-color: #C919FE;
}
.BgClassName
{
background-color: #C919FE;
}
</style>
border-color css
<style>
span { border-color: #C919FE; }
span { border-color: rgb(201,25,254); }
td.TdClassName
{
border-color: #C919FE;
}
.TagClassName
{
border-color: #C919FE;
}
</style>