Shades of Electric Purple #C929FE
Tints of Electric Purple #C929FE
RGB
CMYK
RGB Variations
Color information
#C929FE (or 0xC929FE) is known color: Electric Purple. HEX triplet: C9, 29 and FE. RGB value is (201,41,254). Sum of RGB (Red+Green+Blue) = 201+41+254=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 41 (16.41% from 255 or 8.27% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #C929FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C929FE is #36D601. Grayscale: #707070. Windows color (decimal): -3593730 or 16656841. OLE color: 16656841.
HSL color Cylindrical-coordinate representation of color #C929FE: hue angle of 285.07º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C929FE is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 41 | 254 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.00 |
| HSL | 285.07º | 0.99% | 0.58% | - |
| HSV(B) | 285.07º | 0.84% | 1% | - |
| XYZ | 42.77 | 21.16 | 95.6 | - |
| YUV | 113.12 | 207.51 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 254 | 0.21 | 0.84 | 0 | 0.00 | 285.07 | 0.99 | 0.58 |
| Hex | C9 | 29 | FE | 15 | 54 | 0 | 0 | 11D | 63 | 3A |
| Octal | 311 | 51 | 376 | 25 | 124 | 0 | 0 | 435 | 143 | 72 |
| Binary | 11001001 | 101001 | 11111110 | 10101 | 1010100 | 0 | 0 | 100011101 | 1100011 | 111010 |
Color Harmonies of #C929FE
Complementary color
Monochromatic Colors of #C929FE
Black with #C929FE
Text Example
Text Example
White with #C929FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C929FE; }
p { color: rgb(201,41,254); }
H1.HeaderClassName
{
color: #C929FE;
}
.AnyTagClassName
{
color: #C929FE;
}
</style>
background-color css
<style>
a { background-color: #C929FE; }
a { background-color: rgb(201,41,254); }
div.DivClassName
{
background-color: #C929FE;
}
.BgClassName
{
background-color: #C929FE;
}
</style>
border-color css
<style>
span { border-color: #C929FE; }
span { border-color: rgb(201,41,254); }
td.TdClassName
{
border-color: #C929FE;
}
.TagClassName
{
border-color: #C929FE;
}
</style>