Shades of Electric Purple #C928FB
Tints of Electric Purple #C928FB
RGB
CMYK
RGB Variations
Color information
#C928FB (or 0xC928FB) is known color: Electric Purple. HEX triplet: C9, 28 and FB. RGB value is (201,40,251). Sum of RGB (Red+Green+Blue) = 201+40+251=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 40 (16.02% from 255 or 8.13% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #C928FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C928FB is #36D704. Grayscale: #6F6F6F. Windows color (decimal): -3593989 or 16459977. OLE color: 16459977.
HSL color Cylindrical-coordinate representation of color #C928FB: hue angle of 285.78º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C928FB is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 40 | 251 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.02 |
| HSL | 285.78º | 0.96% | 0.57% | - |
| HSV(B) | 285.78º | 0.84% | 0.98% | - |
| XYZ | 42.26 | 20.9 | 93.07 | - |
| YUV | 112.19 | 206.34 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 251 | 0.20 | 0.84 | 0 | 0.02 | 285.78 | 0.96 | 0.57 |
| Hex | C9 | 28 | FB | 14 | 54 | 0 | 2 | 11E | 60 | 39 |
| Octal | 311 | 50 | 373 | 24 | 124 | 0 | 2 | 436 | 140 | 71 |
| Binary | 11001001 | 101000 | 11111011 | 10100 | 1010100 | 0 | 10 | 100011110 | 1100000 | 111001 |
Color Harmonies of #C928FB
Complementary color
Monochromatic Colors of #C928FB
Black with #C928FB
Text Example
Text Example
White with #C928FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C928FB; }
p { color: rgb(201,40,251); }
H1.HeaderClassName
{
color: #C928FB;
}
.AnyTagClassName
{
color: #C928FB;
}
</style>
background-color css
<style>
a { background-color: #C928FB; }
a { background-color: rgb(201,40,251); }
div.DivClassName
{
background-color: #C928FB;
}
.BgClassName
{
background-color: #C928FB;
}
</style>
border-color css
<style>
span { border-color: #C928FB; }
span { border-color: rgb(201,40,251); }
td.TdClassName
{
border-color: #C928FB;
}
.TagClassName
{
border-color: #C928FB;
}
</style>