Shades of Electric Purple #C92FFF
Tints of Electric Purple #C92FFF
RGB
CMYK
RGB Variations
Color information
#C92FFF (or 0xC92FFF) is known color: Electric Purple. HEX triplet: C9, 2F and FF. RGB value is (201,47,255). Sum of RGB (Red+Green+Blue) = 201+47+255=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 47 (18.75% from 255 or 9.34% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #C92FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92FFF is #36D000. Grayscale: #747474. Windows color (decimal): -3592193 or 16723913. OLE color: 16723913.
HSL color Cylindrical-coordinate representation of color #C92FFF: hue angle of 284.42º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92FFF is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 47 | 255 | - |
| CMYK | 0.21 | 0.82 | 0 | 0 |
| HSL | 284.42º | 1% | 0.59% | - |
| HSV(B) | 284.42º | 0.82% | 1% | - |
| XYZ | 43.15 | 21.67 | 96.52 | - |
| YUV | 116.76 | 206.02 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 255 | 0.21 | 0.82 | 0 | 0 | 284.42 | 1 | 0.59 |
| Hex | C9 | 2F | FF | 15 | 52 | 0 | 0 | 11C | 64 | 3B |
| Octal | 311 | 57 | 377 | 25 | 122 | 0 | 0 | 434 | 144 | 73 |
| Binary | 11001001 | 101111 | 11111111 | 10101 | 1010010 | 0 | 0 | 100011100 | 1100100 | 111011 |
Color Harmonies of #C92FFF
Complementary color
Monochromatic Colors of #C92FFF
Black with #C92FFF
Text Example
Text Example
White with #C92FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92FFF; }
p { color: rgb(201,47,255); }
H1.HeaderClassName
{
color: #C92FFF;
}
.AnyTagClassName
{
color: #C92FFF;
}
</style>
background-color css
<style>
a { background-color: #C92FFF; }
a { background-color: rgb(201,47,255); }
div.DivClassName
{
background-color: #C92FFF;
}
.BgClassName
{
background-color: #C92FFF;
}
</style>
border-color css
<style>
span { border-color: #C92FFF; }
span { border-color: rgb(201,47,255); }
td.TdClassName
{
border-color: #C92FFF;
}
.TagClassName
{
border-color: #C92FFF;
}
</style>