Shades of Electric Purple #C919FF
Tints of Electric Purple #C919FF
RGB
CMYK
RGB Variations
Color information
#C919FF (or 0xC919FF) is known color: Electric Purple. HEX triplet: C9, 19 and FF. RGB value is (201,25,255). Sum of RGB (Red+Green+Blue) = 201+25+255=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 25 (10.16% from 255 or 5.20% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #C919FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C919FF is #36E600. Grayscale: #676767. Windows color (decimal): -3597825 or 16718281. OLE color: 16718281.
HSL color Cylindrical-coordinate representation of color #C919FF: hue angle of 285.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C919FF is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 25 | 255 | - |
| CMYK | 0.21 | 0.90 | 0 | 0 |
| HSL | 285.91º | 1% | 0.55% | - |
| HSV(B) | 285.91º | 0.9% | 1% | - |
| XYZ | 42.49 | 20.33 | 96.29 | - |
| YUV | 103.84 | 213.31 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 255 | 0.21 | 0.90 | 0 | 0 | 285.91 | 1 | 0.55 |
| Hex | C9 | 19 | FF | 15 | 5A | 0 | 0 | 11E | 64 | 37 |
| Octal | 311 | 31 | 377 | 25 | 132 | 0 | 0 | 436 | 144 | 67 |
| Binary | 11001001 | 11001 | 11111111 | 10101 | 1011010 | 0 | 0 | 100011110 | 1100100 | 110111 |
Color Harmonies of #C919FF
Complementary color
Monochromatic Colors of #C919FF
Black with #C919FF
Text Example
Text Example
White with #C919FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919FF; }
p { color: rgb(201,25,255); }
H1.HeaderClassName
{
color: #C919FF;
}
.AnyTagClassName
{
color: #C919FF;
}
</style>
background-color css
<style>
a { background-color: #C919FF; }
a { background-color: rgb(201,25,255); }
div.DivClassName
{
background-color: #C919FF;
}
.BgClassName
{
background-color: #C919FF;
}
</style>
border-color css
<style>
span { border-color: #C919FF; }
span { border-color: rgb(201,25,255); }
td.TdClassName
{
border-color: #C919FF;
}
.TagClassName
{
border-color: #C919FF;
}
</style>