Shades of Electric Purple #C701EA
Tints of Electric Purple #C701EA
RGB
CMYK
RGB Variations
Color information
#C701EA (or 0xC701EA) is known color: Electric Purple. HEX triplet: C7, 01 and EA. RGB value is (199,1,234). Sum of RGB (Red+Green+Blue) = 199+1+234=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #C701EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C701EA is #38FE15. Grayscale: #565656. Windows color (decimal): -3735062 or 15335879. OLE color: 15335879.
HSL color Cylindrical-coordinate representation of color #C701EA: hue angle of 290.99º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C701EA is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 1 | 234 | - |
| CMYK | 0.15 | 1.00 | 0 | 0.08 |
| HSL | 290.99º | 0.99% | 0.46% | - |
| HSV(B) | 290.99º | 1% | 0.92% | - |
| XYZ | 38.42 | 18.1 | 79.31 | - |
| YUV | 86.76 | 211.1 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 234 | 0.15 | 1.00 | 0 | 0.08 | 290.99 | 0.99 | 0.46 |
| Hex | C7 | 1 | EA | F | 64 | 0 | 8 | 123 | 63 | 2E |
| Octal | 307 | 1 | 352 | 17 | 144 | 0 | 10 | 443 | 143 | 56 |
| Binary | 11000111 | 1 | 11101010 | 1111 | 1100100 | 0 | 1000 | 100100011 | 1100011 | 101110 |
Color Harmonies of #C701EA
Complementary color
Monochromatic Colors of #C701EA
Black with #C701EA
Text Example
Text Example
White with #C701EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701EA; }
p { color: rgb(199,1,234); }
H1.HeaderClassName
{
color: #C701EA;
}
.AnyTagClassName
{
color: #C701EA;
}
</style>
background-color css
<style>
a { background-color: #C701EA; }
a { background-color: rgb(199,1,234); }
div.DivClassName
{
background-color: #C701EA;
}
.BgClassName
{
background-color: #C701EA;
}
</style>
border-color css
<style>
span { border-color: #C701EA; }
span { border-color: rgb(199,1,234); }
td.TdClassName
{
border-color: #C701EA;
}
.TagClassName
{
border-color: #C701EA;
}
</style>