Shades of Electric Purple #C920F1
Tints of Electric Purple #C920F1
RGB
CMYK
RGB Variations
Color information
#C920F1 (or 0xC920F1) is known color: Electric Purple. HEX triplet: C9, 20 and F1. RGB value is (201,32,241). Sum of RGB (Red+Green+Blue) = 201+32+241=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 32 (12.89% from 255 or 6.75% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #C920F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C920F1 is #36DF0E. Grayscale: #696969. Windows color (decimal): -3596047 or 15802569. OLE color: 15802569.
HSL color Cylindrical-coordinate representation of color #C920F1: hue angle of 288.52º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C920F1 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 32 | 241 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.05 |
| HSL | 288.52º | 0.88% | 0.54% | - |
| HSV(B) | 288.52º | 0.87% | 0.95% | - |
| XYZ | 40.48 | 19.8 | 84.91 | - |
| YUV | 106.36 | 203.99 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 241 | 0.17 | 0.87 | 0 | 0.05 | 288.52 | 0.88 | 0.54 |
| Hex | C9 | 20 | F1 | 11 | 57 | 0 | 5 | 121 | 58 | 36 |
| Octal | 311 | 40 | 361 | 21 | 127 | 0 | 5 | 441 | 130 | 66 |
| Binary | 11001001 | 100000 | 11110001 | 10001 | 1010111 | 0 | 101 | 100100001 | 1011000 | 110110 |
Color Harmonies of #C920F1
Complementary color
Monochromatic Colors of #C920F1
Black with #C920F1
Text Example
Text Example
White with #C920F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920F1; }
p { color: rgb(201,32,241); }
H1.HeaderClassName
{
color: #C920F1;
}
.AnyTagClassName
{
color: #C920F1;
}
</style>
background-color css
<style>
a { background-color: #C920F1; }
a { background-color: rgb(201,32,241); }
div.DivClassName
{
background-color: #C920F1;
}
.BgClassName
{
background-color: #C920F1;
}
</style>
border-color css
<style>
span { border-color: #C920F1; }
span { border-color: rgb(201,32,241); }
td.TdClassName
{
border-color: #C920F1;
}
.TagClassName
{
border-color: #C920F1;
}
</style>