Shades of Electric Purple #C919FA
Tints of Electric Purple #C919FA
RGB
CMYK
RGB Variations
Color information
#C919FA (or 0xC919FA) is known color: Electric Purple. HEX triplet: C9, 19 and FA. RGB value is (201,25,250). Sum of RGB (Red+Green+Blue) = 201+25+250=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #C919FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C919FA is #36E605. Grayscale: #666666. Windows color (decimal): -3597830 or 16390601. OLE color: 16390601.
HSL color Cylindrical-coordinate representation of color #C919FA: hue angle of 286.93º degrees, saturation: 0.96, 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 #C919FA is Cyan = 0.20, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 25 | 250 | - |
| CMYK | 0.20 | 0.9 | 0 | 0.02 |
| HSL | 286.93º | 0.96% | 0.54% | - |
| HSV(B) | 286.93º | 0.9% | 0.98% | - |
| XYZ | 41.69 | 20.01 | 92.11 | - |
| YUV | 103.27 | 210.81 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 250 | 0.20 | 0.9 | 0 | 0.02 | 286.93 | 0.96 | 0.54 |
| Hex | C9 | 19 | FA | 14 | 5A | 0 | 2 | 11F | 60 | 36 |
| Octal | 311 | 31 | 372 | 24 | 132 | 0 | 2 | 437 | 140 | 66 |
| Binary | 11001001 | 11001 | 11111010 | 10100 | 1011010 | 0 | 10 | 100011111 | 1100000 | 110110 |
Color Harmonies of #C919FA
Complementary color
Monochromatic Colors of #C919FA
Black with #C919FA
Text Example
Text Example
White with #C919FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919FA; }
p { color: rgb(201,25,250); }
H1.HeaderClassName
{
color: #C919FA;
}
.AnyTagClassName
{
color: #C919FA;
}
</style>
background-color css
<style>
a { background-color: #C919FA; }
a { background-color: rgb(201,25,250); }
div.DivClassName
{
background-color: #C919FA;
}
.BgClassName
{
background-color: #C919FA;
}
</style>
border-color css
<style>
span { border-color: #C919FA; }
span { border-color: rgb(201,25,250); }
td.TdClassName
{
border-color: #C919FA;
}
.TagClassName
{
border-color: #C919FA;
}
</style>