Shades of Electric Purple #C924FD
Tints of Electric Purple #C924FD
RGB
CMYK
RGB Variations
Color information
#C924FD (or 0xC924FD) is known color: Electric Purple. HEX triplet: C9, 24 and FD. RGB value is (201,36,253). Sum of RGB (Red+Green+Blue) = 201+36+253=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 36 (14.45% from 255 or 7.35% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #C924FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C924FD is #36DB02. Grayscale: #6D6D6D. Windows color (decimal): -3595011 or 16590025. OLE color: 16590025.
HSL color Cylindrical-coordinate representation of color #C924FD: hue angle of 285.62º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C924FD is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 36 | 253 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.01 |
| HSL | 285.62º | 0.98% | 0.57% | - |
| HSV(B) | 285.62º | 0.86% | 0.99% | - |
| XYZ | 42.45 | 20.77 | 94.7 | - |
| YUV | 110.07 | 208.66 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 253 | 0.21 | 0.86 | 0 | 0.01 | 285.62 | 0.98 | 0.57 |
| Hex | C9 | 24 | FD | 15 | 56 | 0 | 1 | 11E | 62 | 39 |
| Octal | 311 | 44 | 375 | 25 | 126 | 0 | 1 | 436 | 142 | 71 |
| Binary | 11001001 | 100100 | 11111101 | 10101 | 1010110 | 0 | 1 | 100011110 | 1100010 | 111001 |
Color Harmonies of #C924FD
Complementary color
Monochromatic Colors of #C924FD
Black with #C924FD
Text Example
Text Example
White with #C924FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C924FD; }
p { color: rgb(201,36,253); }
H1.HeaderClassName
{
color: #C924FD;
}
.AnyTagClassName
{
color: #C924FD;
}
</style>
background-color css
<style>
a { background-color: #C924FD; }
a { background-color: rgb(201,36,253); }
div.DivClassName
{
background-color: #C924FD;
}
.BgClassName
{
background-color: #C924FD;
}
</style>
border-color css
<style>
span { border-color: #C924FD; }
span { border-color: rgb(201,36,253); }
td.TdClassName
{
border-color: #C924FD;
}
.TagClassName
{
border-color: #C924FD;
}
</style>