Shades of Electric Purple #C92BEC
Tints of Electric Purple #C92BEC
RGB
CMYK
RGB Variations
Color information
#C92BEC (or 0xC92BEC) is known color: Electric Purple. HEX triplet: C9, 2B and EC. RGB value is (201,43,236). Sum of RGB (Red+Green+Blue) = 201+43+236=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 43 (17.19% from 255 or 8.96% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #C92BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92BEC is #36D413. Grayscale: #6F6F6F. Windows color (decimal): -3593236 or 15477705. OLE color: 15477705.
HSL color Cylindrical-coordinate representation of color #C92BEC: hue angle of 289.12º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92BEC is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 43 | 236 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.07 |
| HSL | 289.12º | 0.84% | 0.55% | - |
| HSV(B) | 289.12º | 0.82% | 0.93% | - |
| XYZ | 40.09 | 20.2 | 81.14 | - |
| YUV | 112.24 | 197.85 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 236 | 0.15 | 0.82 | 0 | 0.07 | 289.12 | 0.84 | 0.55 |
| Hex | C9 | 2B | EC | F | 52 | 0 | 7 | 121 | 54 | 37 |
| Octal | 311 | 53 | 354 | 17 | 122 | 0 | 7 | 441 | 124 | 67 |
| Binary | 11001001 | 101011 | 11101100 | 1111 | 1010010 | 0 | 111 | 100100001 | 1010100 | 110111 |
Color Harmonies of #C92BEC
Complementary color
Monochromatic Colors of #C92BEC
Black with #C92BEC
Text Example
Text Example
White with #C92BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92BEC; }
p { color: rgb(201,43,236); }
H1.HeaderClassName
{
color: #C92BEC;
}
.AnyTagClassName
{
color: #C92BEC;
}
</style>
background-color css
<style>
a { background-color: #C92BEC; }
a { background-color: rgb(201,43,236); }
div.DivClassName
{
background-color: #C92BEC;
}
.BgClassName
{
background-color: #C92BEC;
}
</style>
border-color css
<style>
span { border-color: #C92BEC; }
span { border-color: rgb(201,43,236); }
td.TdClassName
{
border-color: #C92BEC;
}
.TagClassName
{
border-color: #C92BEC;
}
</style>