Shades of Electric Purple #C928FC
Tints of Electric Purple #C928FC
RGB
CMYK
RGB Variations
Color information
#C928FC (or 0xC928FC) is known color: Electric Purple. HEX triplet: C9, 28 and FC. RGB value is (201,40,252). Sum of RGB (Red+Green+Blue) = 201+40+252=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #C928FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C928FC is #36D703. Grayscale: #6F6F6F. Windows color (decimal): -3593988 or 16525513. OLE color: 16525513.
HSL color Cylindrical-coordinate representation of color #C928FC: hue angle of 285.57º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C928FC is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 40 | 252 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.01 |
| HSL | 285.57º | 0.97% | 0.57% | - |
| HSV(B) | 285.57º | 0.84% | 0.99% | - |
| XYZ | 42.42 | 20.96 | 93.91 | - |
| YUV | 112.31 | 206.84 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 252 | 0.20 | 0.84 | 0 | 0.01 | 285.57 | 0.97 | 0.57 |
| Hex | C9 | 28 | FC | 14 | 54 | 0 | 1 | 11E | 61 | 39 |
| Octal | 311 | 50 | 374 | 24 | 124 | 0 | 1 | 436 | 141 | 71 |
| Binary | 11001001 | 101000 | 11111100 | 10100 | 1010100 | 0 | 1 | 100011110 | 1100001 | 111001 |
Color Harmonies of #C928FC
Complementary color
Monochromatic Colors of #C928FC
Black with #C928FC
Text Example
Text Example
White with #C928FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C928FC; }
p { color: rgb(201,40,252); }
H1.HeaderClassName
{
color: #C928FC;
}
.AnyTagClassName
{
color: #C928FC;
}
</style>
background-color css
<style>
a { background-color: #C928FC; }
a { background-color: rgb(201,40,252); }
div.DivClassName
{
background-color: #C928FC;
}
.BgClassName
{
background-color: #C928FC;
}
</style>
border-color css
<style>
span { border-color: #C928FC; }
span { border-color: rgb(201,40,252); }
td.TdClassName
{
border-color: #C928FC;
}
.TagClassName
{
border-color: #C928FC;
}
</style>