Shades of Electric Purple #C601EF
Tints of Electric Purple #C601EF
RGB
CMYK
RGB Variations
Color information
#C601EF (or 0xC601EF) is known color: Electric Purple. HEX triplet: C6, 01 and EF. RGB value is (198,1,239). Sum of RGB (Red+Green+Blue) = 198+1+239=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #C601EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C601EF is #39FE10. Grayscale: #565656. Windows color (decimal): -3800593 or 15663558. OLE color: 15663558.
HSL color Cylindrical-coordinate representation of color #C601EF: hue angle of 289.66º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C601EF is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 1 | 239 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.06 |
| HSL | 289.66º | 0.99% | 0.47% | - |
| HSV(B) | 289.66º | 1% | 0.94% | - |
| XYZ | 38.88 | 18.26 | 83.14 | - |
| YUV | 87.04 | 213.77 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 239 | 0.17 | 1.00 | 0 | 0.06 | 289.66 | 0.99 | 0.47 |
| Hex | C6 | 1 | EF | 11 | 64 | 0 | 6 | 122 | 63 | 2F |
| Octal | 306 | 1 | 357 | 21 | 144 | 0 | 6 | 442 | 143 | 57 |
| Binary | 11000110 | 1 | 11101111 | 10001 | 1100100 | 0 | 110 | 100100010 | 1100011 | 101111 |
Color Harmonies of #C601EF
Complementary color
Monochromatic Colors of #C601EF
Black with #C601EF
Text Example
Text Example
White with #C601EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C601EF; }
p { color: rgb(198,1,239); }
H1.HeaderClassName
{
color: #C601EF;
}
.AnyTagClassName
{
color: #C601EF;
}
</style>
background-color css
<style>
a { background-color: #C601EF; }
a { background-color: rgb(198,1,239); }
div.DivClassName
{
background-color: #C601EF;
}
.BgClassName
{
background-color: #C601EF;
}
</style>
border-color css
<style>
span { border-color: #C601EF; }
span { border-color: rgb(198,1,239); }
td.TdClassName
{
border-color: #C601EF;
}
.TagClassName
{
border-color: #C601EF;
}
</style>