Shades of Electric Purple #C92CF1
Tints of Electric Purple #C92CF1
RGB
CMYK
RGB Variations
Color information
#C92CF1 (or 0xC92CF1) is known color: Electric Purple. HEX triplet: C9, 2C and F1. RGB value is (201,44,241). Sum of RGB (Red+Green+Blue) = 201+44+241=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 44 (17.58% from 255 or 9.05% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #C92CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92CF1 is #36D30E. Grayscale: #707070. Windows color (decimal): -3592975 or 15805641. OLE color: 15805641.
HSL color Cylindrical-coordinate representation of color #C92CF1: hue angle of 287.82º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92CF1 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 44 | 241 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.05 |
| HSL | 287.82º | 0.88% | 0.56% | - |
| HSV(B) | 287.82º | 0.82% | 0.95% | - |
| XYZ | 40.87 | 20.57 | 85.04 | - |
| YUV | 113.4 | 200.01 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 241 | 0.17 | 0.82 | 0 | 0.05 | 287.82 | 0.88 | 0.56 |
| Hex | C9 | 2C | F1 | 11 | 52 | 0 | 5 | 120 | 58 | 38 |
| Octal | 311 | 54 | 361 | 21 | 122 | 0 | 5 | 440 | 130 | 70 |
| Binary | 11001001 | 101100 | 11110001 | 10001 | 1010010 | 0 | 101 | 100100000 | 1011000 | 111000 |
Color Harmonies of #C92CF1
Complementary color
Monochromatic Colors of #C92CF1
Black with #C92CF1
Text Example
Text Example
White with #C92CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92CF1; }
p { color: rgb(201,44,241); }
H1.HeaderClassName
{
color: #C92CF1;
}
.AnyTagClassName
{
color: #C92CF1;
}
</style>
background-color css
<style>
a { background-color: #C92CF1; }
a { background-color: rgb(201,44,241); }
div.DivClassName
{
background-color: #C92CF1;
}
.BgClassName
{
background-color: #C92CF1;
}
</style>
border-color css
<style>
span { border-color: #C92CF1; }
span { border-color: rgb(201,44,241); }
td.TdClassName
{
border-color: #C92CF1;
}
.TagClassName
{
border-color: #C92CF1;
}
</style>