Shades of Electric Purple #C92AFF
Tints of Electric Purple #C92AFF
RGB
CMYK
RGB Variations
Color information
#C92AFF (or 0xC92AFF) is known color: Electric Purple. HEX triplet: C9, 2A and FF. RGB value is (201,42,255). Sum of RGB (Red+Green+Blue) = 201+42+255=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 42 (16.80% from 255 or 8.43% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #C92AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92AFF is #36D500. Grayscale: #717171. Windows color (decimal): -3593473 or 16722633. OLE color: 16722633.
HSL color Cylindrical-coordinate representation of color #C92AFF: hue angle of 284.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92AFF is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 42 | 255 | - |
| CMYK | 0.21 | 0.84 | 0 | 0 |
| HSL | 284.79º | 1% | 0.58% | - |
| HSV(B) | 284.79º | 0.84% | 1% | - |
| XYZ | 42.97 | 21.29 | 96.45 | - |
| YUV | 113.82 | 207.68 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 255 | 0.21 | 0.84 | 0 | 0 | 284.79 | 1 | 0.58 |
| Hex | C9 | 2A | FF | 15 | 54 | 0 | 0 | 11D | 64 | 3A |
| Octal | 311 | 52 | 377 | 25 | 124 | 0 | 0 | 435 | 144 | 72 |
| Binary | 11001001 | 101010 | 11111111 | 10101 | 1010100 | 0 | 0 | 100011101 | 1100100 | 111010 |
Color Harmonies of #C92AFF
Complementary color
Monochromatic Colors of #C92AFF
Black with #C92AFF
Text Example
Text Example
White with #C92AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92AFF; }
p { color: rgb(201,42,255); }
H1.HeaderClassName
{
color: #C92AFF;
}
.AnyTagClassName
{
color: #C92AFF;
}
</style>
background-color css
<style>
a { background-color: #C92AFF; }
a { background-color: rgb(201,42,255); }
div.DivClassName
{
background-color: #C92AFF;
}
.BgClassName
{
background-color: #C92AFF;
}
</style>
border-color css
<style>
span { border-color: #C92AFF; }
span { border-color: rgb(201,42,255); }
td.TdClassName
{
border-color: #C92AFF;
}
.TagClassName
{
border-color: #C92AFF;
}
</style>