Shades of Electric Purple #C92AE8
Tints of Electric Purple #C92AE8
RGB
CMYK
RGB Variations
Color information
#C92AE8 (or 0xC92AE8) is known color: Electric Purple. HEX triplet: C9, 2A and E8. RGB value is (201,42,232). Sum of RGB (Red+Green+Blue) = 201+42+232=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #C92AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92AE8 is #36D517. Grayscale: #6E6E6E. Windows color (decimal): -3593496 or 15215305. OLE color: 15215305.
HSL color Cylindrical-coordinate representation of color #C92AE8: hue angle of 290.21º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92AE8 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 201 | 42 | 232 | - |
CMYK | 0.13 | 0.82 | 0 | 0.09 |
HSL | 290.21º | 0.81% | 0.54% | - |
HSV(B) | 290.21º | 0.82% | 0.91% | - |
XYZ | 39.48 | 19.9 | 78.1 | - |
YUV | 111.2 | 196.18 | 192.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 42 | 232 | 0.13 | 0.82 | 0 | 0.09 | 290.21 | 0.81 | 0.54 |
Hex | C9 | 2A | E8 | D | 52 | 0 | 9 | 122 | 51 | 36 |
Octal | 311 | 52 | 350 | 15 | 122 | 0 | 11 | 442 | 121 | 66 |
Binary | 11001001 | 101010 | 11101000 | 1101 | 1010010 | 0 | 1001 | 100100010 | 1010001 | 110110 |
Color Harmonies of #C92AE8
Complementary color
Monochromatic Colors of #C92AE8
Black with #C92AE8
Text Example
Text Example
White with #C92AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92AE8; }
p { color: rgb(201,42,232); }
H1.HeaderClassName
{
color: #C92AE8;
}
.AnyTagClassName
{
color: #C92AE8;
}
</style>
background-color css
<style>
a { background-color: #C92AE8; }
a { background-color: rgb(201,42,232); }
div.DivClassName
{
background-color: #C92AE8;
}
.BgClassName
{
background-color: #C92AE8;
}
</style>
border-color css
<style>
span { border-color: #C92AE8; }
span { border-color: rgb(201,42,232); }
td.TdClassName
{
border-color: #C92AE8;
}
.TagClassName
{
border-color: #C92AE8;
}
</style>