Shades of Electric Purple #C92BFB
Tints of Electric Purple #C92BFB
RGB
CMYK
RGB Variations
Color information
#C92BFB (or 0xC92BFB) is known color: Electric Purple. HEX triplet: C9, 2B and FB. RGB value is (201,43,251). Sum of RGB (Red+Green+Blue) = 201+43+251=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 43 (17.19% from 255 or 8.69% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #C92BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92BFB is #36D404. Grayscale: #717171. Windows color (decimal): -3593221 or 16460745. OLE color: 16460745.
HSL color Cylindrical-coordinate representation of color #C92BFB: hue angle of 285.58º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92BFB is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 43 | 251 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.02 |
| HSL | 285.58º | 0.96% | 0.58% | - |
| HSV(B) | 285.58º | 0.83% | 0.98% | - |
| XYZ | 42.36 | 21.11 | 93.11 | - |
| YUV | 113.95 | 205.35 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 251 | 0.20 | 0.83 | 0 | 0.02 | 285.58 | 0.96 | 0.58 |
| Hex | C9 | 2B | FB | 14 | 53 | 0 | 2 | 11E | 60 | 3A |
| Octal | 311 | 53 | 373 | 24 | 123 | 0 | 2 | 436 | 140 | 72 |
| Binary | 11001001 | 101011 | 11111011 | 10100 | 1010011 | 0 | 10 | 100011110 | 1100000 | 111010 |
Color Harmonies of #C92BFB
Complementary color
Monochromatic Colors of #C92BFB
Black with #C92BFB
Text Example
Text Example
White with #C92BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92BFB; }
p { color: rgb(201,43,251); }
H1.HeaderClassName
{
color: #C92BFB;
}
.AnyTagClassName
{
color: #C92BFB;
}
</style>
background-color css
<style>
a { background-color: #C92BFB; }
a { background-color: rgb(201,43,251); }
div.DivClassName
{
background-color: #C92BFB;
}
.BgClassName
{
background-color: #C92BFB;
}
</style>
border-color css
<style>
span { border-color: #C92BFB; }
span { border-color: rgb(201,43,251); }
td.TdClassName
{
border-color: #C92BFB;
}
.TagClassName
{
border-color: #C92BFB;
}
</style>