Shades of Electric Purple #C920FC
Tints of Electric Purple #C920FC
RGB
CMYK
RGB Variations
Color information
#C920FC (or 0xC920FC) is known color: Electric Purple. HEX triplet: C9, 20 and FC. RGB value is (201,32,252). Sum of RGB (Red+Green+Blue) = 201+32+252=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 32 (12.89% from 255 or 6.60% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #C920FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C920FC is #36DF03. Grayscale: #6A6A6A. Windows color (decimal): -3596036 or 16523465. OLE color: 16523465.
HSL color Cylindrical-coordinate representation of color #C920FC: hue angle of 286.09º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C920FC is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 32 | 252 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.01 |
| HSL | 286.09º | 0.97% | 0.56% | - |
| HSV(B) | 286.09º | 0.87% | 0.99% | - |
| XYZ | 42.17 | 20.48 | 93.83 | - |
| YUV | 107.61 | 209.49 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 252 | 0.20 | 0.87 | 0 | 0.01 | 286.09 | 0.97 | 0.56 |
| Hex | C9 | 20 | FC | 14 | 57 | 0 | 1 | 11E | 61 | 38 |
| Octal | 311 | 40 | 374 | 24 | 127 | 0 | 1 | 436 | 141 | 70 |
| Binary | 11001001 | 100000 | 11111100 | 10100 | 1010111 | 0 | 1 | 100011110 | 1100001 | 111000 |
Color Harmonies of #C920FC
Complementary color
Monochromatic Colors of #C920FC
Black with #C920FC
Text Example
Text Example
White with #C920FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920FC; }
p { color: rgb(201,32,252); }
H1.HeaderClassName
{
color: #C920FC;
}
.AnyTagClassName
{
color: #C920FC;
}
</style>
background-color css
<style>
a { background-color: #C920FC; }
a { background-color: rgb(201,32,252); }
div.DivClassName
{
background-color: #C920FC;
}
.BgClassName
{
background-color: #C920FC;
}
</style>
border-color css
<style>
span { border-color: #C920FC; }
span { border-color: rgb(201,32,252); }
td.TdClassName
{
border-color: #C920FC;
}
.TagClassName
{
border-color: #C920FC;
}
</style>