Shades of Electric Purple #C907E9
Tints of Electric Purple #C907E9
RGB
CMYK
RGB Variations
Color information
#C907E9 (or 0xC907E9) is known color: Electric Purple. HEX triplet: C9, 07 and E9. RGB value is (201,7,233). Sum of RGB (Red+Green+Blue) = 201+7+233=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 233 (91.41% from 255 or 52.83% from 441); Max value from RGB is 233 - color contains mainly: blue. Hex color #C907E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C907E9 is #36F816. Grayscale: #5A5A5A. Windows color (decimal): -3602455 or 15271881. OLE color: 15271881.
HSL color Cylindrical-coordinate representation of color #C907E9: hue angle of 291.5º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907E9 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 7 | 233 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.09 |
| HSL | 291.5º | 0.94% | 0.47% | - |
| HSV(B) | 291.5º | 0.97% | 0.91% | - |
| XYZ | 38.87 | 18.45 | 78.6 | - |
| YUV | 90.77 | 208.27 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 233 | 0.14 | 0.97 | 0 | 0.09 | 291.5 | 0.94 | 0.47 |
| Hex | C9 | 7 | E9 | E | 61 | 0 | 9 | 124 | 5E | 2F |
| Octal | 311 | 7 | 351 | 16 | 141 | 0 | 11 | 444 | 136 | 57 |
| Binary | 11001001 | 111 | 11101001 | 1110 | 1100001 | 0 | 1001 | 100100100 | 1011110 | 101111 |
Color Harmonies of #C907E9
Complementary color
Monochromatic Colors of #C907E9
Black with #C907E9
Text Example
Text Example
White with #C907E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907E9; }
p { color: rgb(201,7,233); }
H1.HeaderClassName
{
color: #C907E9;
}
.AnyTagClassName
{
color: #C907E9;
}
</style>
background-color css
<style>
a { background-color: #C907E9; }
a { background-color: rgb(201,7,233); }
div.DivClassName
{
background-color: #C907E9;
}
.BgClassName
{
background-color: #C907E9;
}
</style>
border-color css
<style>
span { border-color: #C907E9; }
span { border-color: rgb(201,7,233); }
td.TdClassName
{
border-color: #C907E9;
}
.TagClassName
{
border-color: #C907E9;
}
</style>