Shades of Electric Purple #C919F9
Tints of Electric Purple #C919F9
RGB
CMYK
RGB Variations
Color information
#C919F9 (or 0xC919F9) is known color: Electric Purple. HEX triplet: C9, 19 and F9. RGB value is (201,25,249). Sum of RGB (Red+Green+Blue) = 201+25+249=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 25 (10.16% from 255 or 5.26% from 475); Blue value is 249 (97.66% from 255 or 52.42% from 475); Max value from RGB is 249 - color contains mainly: blue. Hex color #C919F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C919F9 is #36E606. Grayscale: #666666. Windows color (decimal): -3597831 or 16325065. OLE color: 16325065.
HSL color Cylindrical-coordinate representation of color #C919F9: hue angle of 287.14º 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 #C919F9 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 25 | 249 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.02 |
| HSL | 287.14º | 0.95% | 0.54% | - |
| HSV(B) | 287.14º | 0.9% | 0.98% | - |
| XYZ | 41.53 | 19.95 | 91.28 | - |
| YUV | 103.16 | 210.31 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 249 | 0.19 | 0.90 | 0 | 0.02 | 287.14 | 0.95 | 0.54 |
| Hex | C9 | 19 | F9 | 13 | 5A | 0 | 2 | 11F | 5F | 36 |
| Octal | 311 | 31 | 371 | 23 | 132 | 0 | 2 | 437 | 137 | 66 |
| Binary | 11001001 | 11001 | 11111001 | 10011 | 1011010 | 0 | 10 | 100011111 | 1011111 | 110110 |
Color Harmonies of #C919F9
Complementary color
Monochromatic Colors of #C919F9
Black with #C919F9
Text Example
Text Example
White with #C919F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919F9; }
p { color: rgb(201,25,249); }
H1.HeaderClassName
{
color: #C919F9;
}
.AnyTagClassName
{
color: #C919F9;
}
</style>
background-color css
<style>
a { background-color: #C919F9; }
a { background-color: rgb(201,25,249); }
div.DivClassName
{
background-color: #C919F9;
}
.BgClassName
{
background-color: #C919F9;
}
</style>
border-color css
<style>
span { border-color: #C919F9; }
span { border-color: rgb(201,25,249); }
td.TdClassName
{
border-color: #C919F9;
}
.TagClassName
{
border-color: #C919F9;
}
</style>