Shades of Electric Purple #C920FA
Tints of Electric Purple #C920FA
RGB
CMYK
RGB Variations
Color information
#C920FA (or 0xC920FA) is known color: Electric Purple. HEX triplet: C9, 20 and FA. RGB value is (201,32,250). Sum of RGB (Red+Green+Blue) = 201+32+250=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 32 (12.89% from 255 or 6.63% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #C920FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C920FA is #36DF05. Grayscale: #6A6A6A. Windows color (decimal): -3596038 or 16392393. OLE color: 16392393.
HSL color Cylindrical-coordinate representation of color #C920FA: hue angle of 286.51º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C920FA is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 32 | 250 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.02 |
| HSL | 286.51º | 0.96% | 0.55% | - |
| HSV(B) | 286.51º | 0.87% | 0.98% | - |
| XYZ | 41.86 | 20.35 | 92.16 | - |
| YUV | 107.38 | 208.49 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 250 | 0.20 | 0.87 | 0 | 0.02 | 286.51 | 0.96 | 0.55 |
| Hex | C9 | 20 | FA | 14 | 57 | 0 | 2 | 11F | 60 | 37 |
| Octal | 311 | 40 | 372 | 24 | 127 | 0 | 2 | 437 | 140 | 67 |
| Binary | 11001001 | 100000 | 11111010 | 10100 | 1010111 | 0 | 10 | 100011111 | 1100000 | 110111 |
Color Harmonies of #C920FA
Complementary color
Monochromatic Colors of #C920FA
Black with #C920FA
Text Example
Text Example
White with #C920FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920FA; }
p { color: rgb(201,32,250); }
H1.HeaderClassName
{
color: #C920FA;
}
.AnyTagClassName
{
color: #C920FA;
}
</style>
background-color css
<style>
a { background-color: #C920FA; }
a { background-color: rgb(201,32,250); }
div.DivClassName
{
background-color: #C920FA;
}
.BgClassName
{
background-color: #C920FA;
}
</style>
border-color css
<style>
span { border-color: #C920FA; }
span { border-color: rgb(201,32,250); }
td.TdClassName
{
border-color: #C920FA;
}
.TagClassName
{
border-color: #C920FA;
}
</style>