Shades of Electric Purple #C200EE
Tints of Electric Purple #C200EE
RGB
CMYK
RGB Variations
Color information
#C200EE (or 0xC200EE) is known color: Electric Purple. HEX triplet: C2, 00 and EE. RGB value is (194,0,238). Sum of RGB (Red+Green+Blue) = 194+0+238=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #C200EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C200EE is #3DFF11. Grayscale: #545454. Windows color (decimal): -4062994 or 15597762. OLE color: 15597762.
HSL color Cylindrical-coordinate representation of color #C200EE: hue angle of 288.91º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200EE is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 0 | 238 | - |
| CMYK | 0.18 | 1 | 0 | 0.07 |
| HSL | 288.91º | 1% | 0.47% | - |
| HSV(B) | 288.91º | 1% | 0.93% | - |
| XYZ | 37.68 | 17.64 | 82.31 | - |
| YUV | 85.14 | 214.27 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 238 | 0.18 | 1 | 0 | 0.07 | 288.91 | 1 | 0.47 |
| Hex | C2 | 0 | EE | 12 | 64 | 0 | 7 | 121 | 64 | 2F |
| Octal | 302 | 0 | 356 | 22 | 144 | 0 | 7 | 441 | 144 | 57 |
| Binary | 11000010 | 0 | 11101110 | 10010 | 1100100 | 0 | 111 | 100100001 | 1100100 | 101111 |
Color Harmonies of #C200EE
Complementary color
Monochromatic Colors of #C200EE
Black with #C200EE
Text Example
Text Example
White with #C200EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200EE; }
p { color: rgb(194,0,238); }
H1.HeaderClassName
{
color: #C200EE;
}
.AnyTagClassName
{
color: #C200EE;
}
</style>
background-color css
<style>
a { background-color: #C200EE; }
a { background-color: rgb(194,0,238); }
div.DivClassName
{
background-color: #C200EE;
}
.BgClassName
{
background-color: #C200EE;
}
</style>
border-color css
<style>
span { border-color: #C200EE; }
span { border-color: rgb(194,0,238); }
td.TdClassName
{
border-color: #C200EE;
}
.TagClassName
{
border-color: #C200EE;
}
</style>