Shades of Electric Purple #C919FD
Tints of Electric Purple #C919FD
RGB
CMYK
RGB Variations
Color information
#C919FD (or 0xC919FD) is known color: Electric Purple. HEX triplet: C9, 19 and FD. RGB value is (201,25,253). Sum of RGB (Red+Green+Blue) = 201+25+253=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 25 (10.16% from 255 or 5.22% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #C919FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C919FD is #36E602. Grayscale: #666666. Windows color (decimal): -3597827 or 16587209. OLE color: 16587209.
HSL color Cylindrical-coordinate representation of color #C919FD: hue angle of 286.32º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C919FD is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 25 | 253 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.01 |
| HSL | 286.32º | 0.98% | 0.55% | - |
| HSV(B) | 286.32º | 0.9% | 0.99% | - |
| XYZ | 42.16 | 20.2 | 94.61 | - |
| YUV | 103.62 | 212.31 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 253 | 0.21 | 0.90 | 0 | 0.01 | 286.32 | 0.98 | 0.55 |
| Hex | C9 | 19 | FD | 15 | 5A | 0 | 1 | 11E | 62 | 37 |
| Octal | 311 | 31 | 375 | 25 | 132 | 0 | 1 | 436 | 142 | 67 |
| Binary | 11001001 | 11001 | 11111101 | 10101 | 1011010 | 0 | 1 | 100011110 | 1100010 | 110111 |
Color Harmonies of #C919FD
Complementary color
Monochromatic Colors of #C919FD
Black with #C919FD
Text Example
Text Example
White with #C919FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919FD; }
p { color: rgb(201,25,253); }
H1.HeaderClassName
{
color: #C919FD;
}
.AnyTagClassName
{
color: #C919FD;
}
</style>
background-color css
<style>
a { background-color: #C919FD; }
a { background-color: rgb(201,25,253); }
div.DivClassName
{
background-color: #C919FD;
}
.BgClassName
{
background-color: #C919FD;
}
</style>
border-color css
<style>
span { border-color: #C919FD; }
span { border-color: rgb(201,25,253); }
td.TdClassName
{
border-color: #C919FD;
}
.TagClassName
{
border-color: #C919FD;
}
</style>