Shades of Electric Purple #C92CFD
Tints of Electric Purple #C92CFD
RGB
CMYK
RGB Variations
Color information
#C92CFD (or 0xC92CFD) is known color: Electric Purple. HEX triplet: C9, 2C and FD. RGB value is (201,44,253). Sum of RGB (Red+Green+Blue) = 201+44+253=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 44 (17.58% from 255 or 8.84% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #C92CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92CFD is #36D302. Grayscale: #727272. Windows color (decimal): -3592963 or 16592073. OLE color: 16592073.
HSL color Cylindrical-coordinate representation of color #C92CFD: hue angle of 285.07º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92CFD is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 44 | 253 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.01 |
| HSL | 285.07º | 0.98% | 0.58% | - |
| HSV(B) | 285.07º | 0.83% | 0.99% | - |
| XYZ | 42.72 | 21.31 | 94.79 | - |
| YUV | 114.77 | 206.01 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 253 | 0.21 | 0.83 | 0 | 0.01 | 285.07 | 0.98 | 0.58 |
| Hex | C9 | 2C | FD | 15 | 53 | 0 | 1 | 11D | 62 | 3A |
| Octal | 311 | 54 | 375 | 25 | 123 | 0 | 1 | 435 | 142 | 72 |
| Binary | 11001001 | 101100 | 11111101 | 10101 | 1010011 | 0 | 1 | 100011101 | 1100010 | 111010 |
Color Harmonies of #C92CFD
Complementary color
Monochromatic Colors of #C92CFD
Black with #C92CFD
Text Example
Text Example
White with #C92CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92CFD; }
p { color: rgb(201,44,253); }
H1.HeaderClassName
{
color: #C92CFD;
}
.AnyTagClassName
{
color: #C92CFD;
}
</style>
background-color css
<style>
a { background-color: #C92CFD; }
a { background-color: rgb(201,44,253); }
div.DivClassName
{
background-color: #C92CFD;
}
.BgClassName
{
background-color: #C92CFD;
}
</style>
border-color css
<style>
span { border-color: #C92CFD; }
span { border-color: rgb(201,44,253); }
td.TdClassName
{
border-color: #C92CFD;
}
.TagClassName
{
border-color: #C92CFD;
}
</style>