Shades of Electric Purple #C92EF4
Tints of Electric Purple #C92EF4
RGB
CMYK
RGB Variations
Color information
#C92EF4 (or 0xC92EF4) is known color: Electric Purple. HEX triplet: C9, 2E and F4. RGB value is (201,46,244). Sum of RGB (Red+Green+Blue) = 201+46+244=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 244 - color contains mainly: blue. Hex color #C92EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92EF4 is #36D10B. Grayscale: #727272. Windows color (decimal): -3592460 or 16002761. OLE color: 16002761.
HSL color Cylindrical-coordinate representation of color #C92EF4: hue angle of 286.97º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92EF4 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 46 | 244 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.04 |
| HSL | 286.97º | 0.9% | 0.57% | - |
| HSV(B) | 286.97º | 0.81% | 0.96% | - |
| XYZ | 41.39 | 20.9 | 87.44 | - |
| YUV | 114.92 | 200.85 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 46 | 244 | 0.18 | 0.81 | 0 | 0.04 | 286.97 | 0.9 | 0.57 |
| Hex | C9 | 2E | F4 | 12 | 51 | 0 | 4 | 11F | 5A | 39 |
| Octal | 311 | 56 | 364 | 22 | 121 | 0 | 4 | 437 | 132 | 71 |
| Binary | 11001001 | 101110 | 11110100 | 10010 | 1010001 | 0 | 100 | 100011111 | 1011010 | 111001 |
Color Harmonies of #C92EF4
Complementary color
Monochromatic Colors of #C92EF4
Black with #C92EF4
Text Example
Text Example
White with #C92EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92EF4; }
p { color: rgb(201,46,244); }
H1.HeaderClassName
{
color: #C92EF4;
}
.AnyTagClassName
{
color: #C92EF4;
}
</style>
background-color css
<style>
a { background-color: #C92EF4; }
a { background-color: rgb(201,46,244); }
div.DivClassName
{
background-color: #C92EF4;
}
.BgClassName
{
background-color: #C92EF4;
}
</style>
border-color css
<style>
span { border-color: #C92EF4; }
span { border-color: rgb(201,46,244); }
td.TdClassName
{
border-color: #C92EF4;
}
.TagClassName
{
border-color: #C92EF4;
}
</style>