Shades of Electric Purple #C900EA
Tints of Electric Purple #C900EA
RGB
CMYK
RGB Variations
Color information
#C900EA (or 0xC900EA) is known color: Electric Purple. HEX triplet: C9, 00 and EA. RGB value is (201,0,234). Sum of RGB (Red+Green+Blue) = 201+0+234=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #C900EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C900EA is #36FF15. Grayscale: #565656. Windows color (decimal): -3604246 or 15335625. OLE color: 15335625.
HSL color Cylindrical-coordinate representation of color #C900EA: hue angle of 291.54º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900EA is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 0 | 234 | - |
| CMYK | 0.14 | 1 | 0 | 0.08 |
| HSL | 291.54º | 1% | 0.46% | - |
| HSV(B) | 291.54º | 1% | 0.92% | - |
| XYZ | 38.94 | 18.36 | 79.33 | - |
| YUV | 86.78 | 211.09 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 234 | 0.14 | 1 | 0 | 0.08 | 291.54 | 1 | 0.46 |
| Hex | C9 | 0 | EA | E | 64 | 0 | 8 | 124 | 64 | 2E |
| Octal | 311 | 0 | 352 | 16 | 144 | 0 | 10 | 444 | 144 | 56 |
| Binary | 11001001 | 0 | 11101010 | 1110 | 1100100 | 0 | 1000 | 100100100 | 1100100 | 101110 |
Color Harmonies of #C900EA
Complementary color
Monochromatic Colors of #C900EA
Black with #C900EA
Text Example
Text Example
White with #C900EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C900EA; }
p { color: rgb(201,0,234); }
H1.HeaderClassName
{
color: #C900EA;
}
.AnyTagClassName
{
color: #C900EA;
}
</style>
background-color css
<style>
a { background-color: #C900EA; }
a { background-color: rgb(201,0,234); }
div.DivClassName
{
background-color: #C900EA;
}
.BgClassName
{
background-color: #C900EA;
}
</style>
border-color css
<style>
span { border-color: #C900EA; }
span { border-color: rgb(201,0,234); }
td.TdClassName
{
border-color: #C900EA;
}
.TagClassName
{
border-color: #C900EA;
}
</style>