Shades of Electric Purple #C92CF9
Tints of Electric Purple #C92CF9
RGB
CMYK
RGB Variations
Color information
#C92CF9 (or 0xC92CF9) is known color: Electric Purple. HEX triplet: C9, 2C and F9. RGB value is (201,44,249). Sum of RGB (Red+Green+Blue) = 201+44+249=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 44 (17.58% from 255 or 8.91% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #C92CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92CF9 is #36D306. Grayscale: #717171. Windows color (decimal): -3592967 or 16329929. OLE color: 16329929.
HSL color Cylindrical-coordinate representation of color #C92CF9: hue angle of 285.95º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92CF9 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 44 | 249 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.02 |
| HSL | 285.95º | 0.94% | 0.57% | - |
| HSV(B) | 285.95º | 0.82% | 0.98% | - |
| XYZ | 42.09 | 21.06 | 91.47 | - |
| YUV | 114.31 | 204.01 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 249 | 0.19 | 0.82 | 0 | 0.02 | 285.95 | 0.94 | 0.57 |
| Hex | C9 | 2C | F9 | 13 | 52 | 0 | 2 | 11E | 5E | 39 |
| Octal | 311 | 54 | 371 | 23 | 122 | 0 | 2 | 436 | 136 | 71 |
| Binary | 11001001 | 101100 | 11111001 | 10011 | 1010010 | 0 | 10 | 100011110 | 1011110 | 111001 |
Color Harmonies of #C92CF9
Complementary color
Monochromatic Colors of #C92CF9
Black with #C92CF9
Text Example
Text Example
White with #C92CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92CF9; }
p { color: rgb(201,44,249); }
H1.HeaderClassName
{
color: #C92CF9;
}
.AnyTagClassName
{
color: #C92CF9;
}
</style>
background-color css
<style>
a { background-color: #C92CF9; }
a { background-color: rgb(201,44,249); }
div.DivClassName
{
background-color: #C92CF9;
}
.BgClassName
{
background-color: #C92CF9;
}
</style>
border-color css
<style>
span { border-color: #C92CF9; }
span { border-color: rgb(201,44,249); }
td.TdClassName
{
border-color: #C92CF9;
}
.TagClassName
{
border-color: #C92CF9;
}
</style>