Shades of Electric Purple #C926FB
Tints of Electric Purple #C926FB
RGB
CMYK
RGB Variations
Color information
#C926FB (or 0xC926FB) is known color: Electric Purple. HEX triplet: C9, 26 and FB. RGB value is (201,38,251). Sum of RGB (Red+Green+Blue) = 201+38+251=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 38 (15.23% from 255 or 7.76% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #C926FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C926FB is #36D904. Grayscale: #6E6E6E. Windows color (decimal): -3594501 or 16459465. OLE color: 16459465.
HSL color Cylindrical-coordinate representation of color #C926FB: hue angle of 285.92º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C926FB is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 38 | 251 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.02 |
| HSL | 285.92º | 0.96% | 0.57% | - |
| HSV(B) | 285.92º | 0.85% | 0.98% | - |
| XYZ | 42.19 | 20.77 | 93.05 | - |
| YUV | 111.02 | 207 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 251 | 0.20 | 0.85 | 0 | 0.02 | 285.92 | 0.96 | 0.57 |
| Hex | C9 | 26 | FB | 14 | 55 | 0 | 2 | 11E | 60 | 39 |
| Octal | 311 | 46 | 373 | 24 | 125 | 0 | 2 | 436 | 140 | 71 |
| Binary | 11001001 | 100110 | 11111011 | 10100 | 1010101 | 0 | 10 | 100011110 | 1100000 | 111001 |
Color Harmonies of #C926FB
Complementary color
Monochromatic Colors of #C926FB
Black with #C926FB
Text Example
Text Example
White with #C926FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C926FB; }
p { color: rgb(201,38,251); }
H1.HeaderClassName
{
color: #C926FB;
}
.AnyTagClassName
{
color: #C926FB;
}
</style>
background-color css
<style>
a { background-color: #C926FB; }
a { background-color: rgb(201,38,251); }
div.DivClassName
{
background-color: #C926FB;
}
.BgClassName
{
background-color: #C926FB;
}
</style>
border-color css
<style>
span { border-color: #C926FB; }
span { border-color: rgb(201,38,251); }
td.TdClassName
{
border-color: #C926FB;
}
.TagClassName
{
border-color: #C926FB;
}
</style>