Shades of Electric Purple #C201EE
Tints of Electric Purple #C201EE
RGB
CMYK
RGB Variations
Color information
#C201EE (or 0xC201EE) is known color: Electric Purple. HEX triplet: C2, 01 and EE. RGB value is (194,1,238). Sum of RGB (Red+Green+Blue) = 194+1+238=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #C201EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C201EE is #3DFE11. Grayscale: #545454. Windows color (decimal): -4062738 or 15598018. OLE color: 15598018.
HSL color Cylindrical-coordinate representation of color #C201EE: hue angle of 288.86º 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 #C201EE is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 1 | 238 | - |
| CMYK | 0.18 | 1.00 | 0 | 0.07 |
| HSL | 288.86º | 0.99% | 0.47% | - |
| HSV(B) | 288.86º | 1% | 0.93% | - |
| XYZ | 37.69 | 17.66 | 82.31 | - |
| YUV | 85.73 | 213.94 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 238 | 0.18 | 1.00 | 0 | 0.07 | 288.86 | 0.99 | 0.47 |
| Hex | C2 | 1 | EE | 12 | 64 | 0 | 7 | 121 | 63 | 2F |
| Octal | 302 | 1 | 356 | 22 | 144 | 0 | 7 | 441 | 143 | 57 |
| Binary | 11000010 | 1 | 11101110 | 10010 | 1100100 | 0 | 111 | 100100001 | 1100011 | 101111 |
Color Harmonies of #C201EE
Complementary color
Monochromatic Colors of #C201EE
Black with #C201EE
Text Example
Text Example
White with #C201EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C201EE; }
p { color: rgb(194,1,238); }
H1.HeaderClassName
{
color: #C201EE;
}
.AnyTagClassName
{
color: #C201EE;
}
</style>
background-color css
<style>
a { background-color: #C201EE; }
a { background-color: rgb(194,1,238); }
div.DivClassName
{
background-color: #C201EE;
}
.BgClassName
{
background-color: #C201EE;
}
</style>
border-color css
<style>
span { border-color: #C201EE; }
span { border-color: rgb(194,1,238); }
td.TdClassName
{
border-color: #C201EE;
}
.TagClassName
{
border-color: #C201EE;
}
</style>