Shades of Electric Purple #C92DFD
Tints of Electric Purple #C92DFD
RGB
CMYK
RGB Variations
Color information
#C92DFD (or 0xC92DFD) is known color: Electric Purple. HEX triplet: C9, 2D and FD. RGB value is (201,45,253). Sum of RGB (Red+Green+Blue) = 201+45+253=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 45 (17.97% from 255 or 9.02% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #C92DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92DFD is #36D202. Grayscale: #727272. Windows color (decimal): -3592707 or 16592329. OLE color: 16592329.
HSL color Cylindrical-coordinate representation of color #C92DFD: hue angle of 285º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92DFD is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 45 | 253 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.01 |
| HSL | 285º | 0.98% | 0.58% | - |
| HSV(B) | 285º | 0.82% | 0.99% | - |
| XYZ | 42.76 | 21.39 | 94.8 | - |
| YUV | 115.36 | 205.68 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 253 | 0.21 | 0.82 | 0 | 0.01 | 285 | 0.98 | 0.58 |
| Hex | C9 | 2D | FD | 15 | 52 | 0 | 1 | 11D | 62 | 3A |
| Octal | 311 | 55 | 375 | 25 | 122 | 0 | 1 | 435 | 142 | 72 |
| Binary | 11001001 | 101101 | 11111101 | 10101 | 1010010 | 0 | 1 | 100011101 | 1100010 | 111010 |
Color Harmonies of #C92DFD
Complementary color
Monochromatic Colors of #C92DFD
Black with #C92DFD
Text Example
Text Example
White with #C92DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DFD; }
p { color: rgb(201,45,253); }
H1.HeaderClassName
{
color: #C92DFD;
}
.AnyTagClassName
{
color: #C92DFD;
}
</style>
background-color css
<style>
a { background-color: #C92DFD; }
a { background-color: rgb(201,45,253); }
div.DivClassName
{
background-color: #C92DFD;
}
.BgClassName
{
background-color: #C92DFD;
}
</style>
border-color css
<style>
span { border-color: #C92DFD; }
span { border-color: rgb(201,45,253); }
td.TdClassName
{
border-color: #C92DFD;
}
.TagClassName
{
border-color: #C92DFD;
}
</style>