Shades of Electric Purple #C92CFF
Tints of Electric Purple #C92CFF
RGB
CMYK
RGB Variations
Color information
#C92CFF (or 0xC92CFF) is known color: Electric Purple. HEX triplet: C9, 2C and FF. RGB value is (201,44,255). Sum of RGB (Red+Green+Blue) = 201+44+255=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 44 (17.58% from 255 or 8.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #C92CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92CFF is #36D300. Grayscale: #727272. Windows color (decimal): -3592961 or 16723145. OLE color: 16723145.
HSL color Cylindrical-coordinate representation of color #C92CFF: hue angle of 284.64º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92CFF is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 44 | 255 | - |
| CMYK | 0.21 | 0.83 | 0 | 0 |
| HSL | 284.64º | 1% | 0.59% | - |
| HSV(B) | 284.64º | 0.83% | 1% | - |
| XYZ | 43.04 | 21.44 | 96.48 | - |
| YUV | 115 | 207.01 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 255 | 0.21 | 0.83 | 0 | 0 | 284.64 | 1 | 0.59 |
| Hex | C9 | 2C | FF | 15 | 53 | 0 | 0 | 11D | 64 | 3B |
| Octal | 311 | 54 | 377 | 25 | 123 | 0 | 0 | 435 | 144 | 73 |
| Binary | 11001001 | 101100 | 11111111 | 10101 | 1010011 | 0 | 0 | 100011101 | 1100100 | 111011 |
Color Harmonies of #C92CFF
Complementary color
Monochromatic Colors of #C92CFF
Black with #C92CFF
Text Example
Text Example
White with #C92CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92CFF; }
p { color: rgb(201,44,255); }
H1.HeaderClassName
{
color: #C92CFF;
}
.AnyTagClassName
{
color: #C92CFF;
}
</style>
background-color css
<style>
a { background-color: #C92CFF; }
a { background-color: rgb(201,44,255); }
div.DivClassName
{
background-color: #C92CFF;
}
.BgClassName
{
background-color: #C92CFF;
}
</style>
border-color css
<style>
span { border-color: #C92CFF; }
span { border-color: rgb(201,44,255); }
td.TdClassName
{
border-color: #C92CFF;
}
.TagClassName
{
border-color: #C92CFF;
}
</style>