Shades of Electric Purple #C601EE
Tints of Electric Purple #C601EE
RGB
CMYK
RGB Variations
Color information
#C601EE (or 0xC601EE) is known color: Electric Purple. HEX triplet: C6, 01 and EE. RGB value is (198,1,238). Sum of RGB (Red+Green+Blue) = 198+1+238=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #C601EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C601EE is #39FE11. Grayscale: #565656. Windows color (decimal): -3800594 or 15598022. OLE color: 15598022.
HSL color Cylindrical-coordinate representation of color #C601EE: hue angle of 289.87º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C601EE is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 1 | 238 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.07 |
| HSL | 289.87º | 0.99% | 0.47% | - |
| HSV(B) | 289.87º | 1% | 0.93% | - |
| XYZ | 38.73 | 18.2 | 82.36 | - |
| YUV | 86.92 | 213.27 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 238 | 0.17 | 1.00 | 0 | 0.07 | 289.87 | 0.99 | 0.47 |
| Hex | C6 | 1 | EE | 11 | 64 | 0 | 7 | 122 | 63 | 2F |
| Octal | 306 | 1 | 356 | 21 | 144 | 0 | 7 | 442 | 143 | 57 |
| Binary | 11000110 | 1 | 11101110 | 10001 | 1100100 | 0 | 111 | 100100010 | 1100011 | 101111 |
Color Harmonies of #C601EE
Complementary color
Monochromatic Colors of #C601EE
Black with #C601EE
Text Example
Text Example
White with #C601EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C601EE; }
p { color: rgb(198,1,238); }
H1.HeaderClassName
{
color: #C601EE;
}
.AnyTagClassName
{
color: #C601EE;
}
</style>
background-color css
<style>
a { background-color: #C601EE; }
a { background-color: rgb(198,1,238); }
div.DivClassName
{
background-color: #C601EE;
}
.BgClassName
{
background-color: #C601EE;
}
</style>
border-color css
<style>
span { border-color: #C601EE; }
span { border-color: rgb(198,1,238); }
td.TdClassName
{
border-color: #C601EE;
}
.TagClassName
{
border-color: #C601EE;
}
</style>