Shades of Electric Purple #C92AFA
Tints of Electric Purple #C92AFA
RGB
CMYK
RGB Variations
Color information
#C92AFA (or 0xC92AFA) is known color: Electric Purple. HEX triplet: C9, 2A and FA. RGB value is (201,42,250). Sum of RGB (Red+Green+Blue) = 201+42+250=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 42 (16.80% from 255 or 8.52% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #C92AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92AFA is #36D505. Grayscale: #707070. Windows color (decimal): -3593478 or 16394953. OLE color: 16394953.
HSL color Cylindrical-coordinate representation of color #C92AFA: hue angle of 285.87º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92AFA is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 42 | 250 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.02 |
| HSL | 285.87º | 0.95% | 0.57% | - |
| HSV(B) | 285.87º | 0.83% | 0.98% | - |
| XYZ | 42.17 | 20.98 | 92.27 | - |
| YUV | 113.25 | 205.18 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 250 | 0.20 | 0.83 | 0 | 0.02 | 285.87 | 0.95 | 0.57 |
| Hex | C9 | 2A | FA | 14 | 53 | 0 | 2 | 11E | 5F | 39 |
| Octal | 311 | 52 | 372 | 24 | 123 | 0 | 2 | 436 | 137 | 71 |
| Binary | 11001001 | 101010 | 11111010 | 10100 | 1010011 | 0 | 10 | 100011110 | 1011111 | 111001 |
Color Harmonies of #C92AFA
Complementary color
Monochromatic Colors of #C92AFA
Black with #C92AFA
Text Example
Text Example
White with #C92AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92AFA; }
p { color: rgb(201,42,250); }
H1.HeaderClassName
{
color: #C92AFA;
}
.AnyTagClassName
{
color: #C92AFA;
}
</style>
background-color css
<style>
a { background-color: #C92AFA; }
a { background-color: rgb(201,42,250); }
div.DivClassName
{
background-color: #C92AFA;
}
.BgClassName
{
background-color: #C92AFA;
}
</style>
border-color css
<style>
span { border-color: #C92AFA; }
span { border-color: rgb(201,42,250); }
td.TdClassName
{
border-color: #C92AFA;
}
.TagClassName
{
border-color: #C92AFA;
}
</style>