Shades of Electric Purple #C92BFE
Tints of Electric Purple #C92BFE
RGB
CMYK
RGB Variations
Color information
#C92BFE (or 0xC92BFE) is known color: Electric Purple. HEX triplet: C9, 2B and FE. RGB value is (201,43,254). Sum of RGB (Red+Green+Blue) = 201+43+254=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 43 (17.19% from 255 or 8.63% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #C92BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92BFE is #36D401. Grayscale: #717171. Windows color (decimal): -3593218 or 16657353. OLE color: 16657353.
HSL color Cylindrical-coordinate representation of color #C92BFE: hue angle of 284.93º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92BFE is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 43 | 254 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.00 |
| HSL | 284.93º | 0.99% | 0.58% | - |
| HSV(B) | 284.93º | 0.83% | 1% | - |
| XYZ | 42.84 | 21.3 | 95.62 | - |
| YUV | 114.3 | 206.85 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 254 | 0.21 | 0.83 | 0 | 0.00 | 284.93 | 0.99 | 0.58 |
| Hex | C9 | 2B | FE | 15 | 53 | 0 | 0 | 11D | 63 | 3A |
| Octal | 311 | 53 | 376 | 25 | 123 | 0 | 0 | 435 | 143 | 72 |
| Binary | 11001001 | 101011 | 11111110 | 10101 | 1010011 | 0 | 0 | 100011101 | 1100011 | 111010 |
Color Harmonies of #C92BFE
Complementary color
Monochromatic Colors of #C92BFE
Black with #C92BFE
Text Example
Text Example
White with #C92BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92BFE; }
p { color: rgb(201,43,254); }
H1.HeaderClassName
{
color: #C92BFE;
}
.AnyTagClassName
{
color: #C92BFE;
}
</style>
background-color css
<style>
a { background-color: #C92BFE; }
a { background-color: rgb(201,43,254); }
div.DivClassName
{
background-color: #C92BFE;
}
.BgClassName
{
background-color: #C92BFE;
}
</style>
border-color css
<style>
span { border-color: #C92BFE; }
span { border-color: rgb(201,43,254); }
td.TdClassName
{
border-color: #C92BFE;
}
.TagClassName
{
border-color: #C92BFE;
}
</style>