Shades of Electric Purple #C929FD
Tints of Electric Purple #C929FD
RGB
CMYK
RGB Variations
Color information
#C929FD (or 0xC929FD) is known color: Electric Purple. HEX triplet: C9, 29 and FD. RGB value is (201,41,253). Sum of RGB (Red+Green+Blue) = 201+41+253=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 41 (16.41% from 255 or 8.28% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #C929FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C929FD is #36D602. Grayscale: #707070. Windows color (decimal): -3593731 or 16591305. OLE color: 16591305.
HSL color Cylindrical-coordinate representation of color #C929FD: hue angle of 285.28º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C929FD is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 41 | 253 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.01 |
| HSL | 285.28º | 0.98% | 0.58% | - |
| HSV(B) | 285.28º | 0.84% | 0.99% | - |
| XYZ | 42.61 | 21.1 | 94.75 | - |
| YUV | 113.01 | 207.01 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 253 | 0.21 | 0.84 | 0 | 0.01 | 285.28 | 0.98 | 0.58 |
| Hex | C9 | 29 | FD | 15 | 54 | 0 | 1 | 11D | 62 | 3A |
| Octal | 311 | 51 | 375 | 25 | 124 | 0 | 1 | 435 | 142 | 72 |
| Binary | 11001001 | 101001 | 11111101 | 10101 | 1010100 | 0 | 1 | 100011101 | 1100010 | 111010 |
Color Harmonies of #C929FD
Complementary color
Monochromatic Colors of #C929FD
Black with #C929FD
Text Example
Text Example
White with #C929FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C929FD; }
p { color: rgb(201,41,253); }
H1.HeaderClassName
{
color: #C929FD;
}
.AnyTagClassName
{
color: #C929FD;
}
</style>
background-color css
<style>
a { background-color: #C929FD; }
a { background-color: rgb(201,41,253); }
div.DivClassName
{
background-color: #C929FD;
}
.BgClassName
{
background-color: #C929FD;
}
</style>
border-color css
<style>
span { border-color: #C929FD; }
span { border-color: rgb(201,41,253); }
td.TdClassName
{
border-color: #C929FD;
}
.TagClassName
{
border-color: #C929FD;
}
</style>