Shades of Electric Purple #C92DFA
Tints of Electric Purple #C92DFA
RGB
CMYK
RGB Variations
Color information
#C92DFA (or 0xC92DFA) is known color: Electric Purple. HEX triplet: C9, 2D and FA. RGB value is (201,45,250). Sum of RGB (Red+Green+Blue) = 201+45+250=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 45 (17.97% from 255 or 9.07% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #C92DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92DFA is #36D205. Grayscale: #727272. Windows color (decimal): -3592710 or 16395721. OLE color: 16395721.
HSL color Cylindrical-coordinate representation of color #C92DFA: hue angle of 285.66º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92DFA is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 45 | 250 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.02 |
| HSL | 285.66º | 0.95% | 0.58% | - |
| HSV(B) | 285.66º | 0.82% | 0.98% | - |
| XYZ | 42.28 | 21.2 | 92.31 | - |
| YUV | 115.01 | 204.18 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 250 | 0.20 | 0.82 | 0 | 0.02 | 285.66 | 0.95 | 0.58 |
| Hex | C9 | 2D | FA | 14 | 52 | 0 | 2 | 11E | 5F | 3A |
| Octal | 311 | 55 | 372 | 24 | 122 | 0 | 2 | 436 | 137 | 72 |
| Binary | 11001001 | 101101 | 11111010 | 10100 | 1010010 | 0 | 10 | 100011110 | 1011111 | 111010 |
Color Harmonies of #C92DFA
Complementary color
Monochromatic Colors of #C92DFA
Black with #C92DFA
Text Example
Text Example
White with #C92DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DFA; }
p { color: rgb(201,45,250); }
H1.HeaderClassName
{
color: #C92DFA;
}
.AnyTagClassName
{
color: #C92DFA;
}
</style>
background-color css
<style>
a { background-color: #C92DFA; }
a { background-color: rgb(201,45,250); }
div.DivClassName
{
background-color: #C92DFA;
}
.BgClassName
{
background-color: #C92DFA;
}
</style>
border-color css
<style>
span { border-color: #C92DFA; }
span { border-color: rgb(201,45,250); }
td.TdClassName
{
border-color: #C92DFA;
}
.TagClassName
{
border-color: #C92DFA;
}
</style>