Shades of Electric Purple #C200EC
Tints of Electric Purple #C200EC
RGB
CMYK
RGB Variations
Color information
#C200EC (or 0xC200EC) is known color: Electric Purple. HEX triplet: C2, 00 and EC. RGB value is (194,0,236). Sum of RGB (Red+Green+Blue) = 194+0+236=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #C200EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C200EC is #3DFF13. Grayscale: #545454. Windows color (decimal): -4062996 or 15466690. OLE color: 15466690.
HSL color Cylindrical-coordinate representation of color #C200EC: hue angle of 289.32º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200EC is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 0 | 236 | - |
| CMYK | 0.18 | 1 | 0 | 0.07 |
| HSL | 289.32º | 1% | 0.46% | - |
| HSV(B) | 289.32º | 1% | 0.93% | - |
| XYZ | 37.39 | 17.53 | 80.77 | - |
| YUV | 84.91 | 213.27 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 236 | 0.18 | 1 | 0 | 0.07 | 289.32 | 1 | 0.46 |
| Hex | C2 | 0 | EC | 12 | 64 | 0 | 7 | 121 | 64 | 2E |
| Octal | 302 | 0 | 354 | 22 | 144 | 0 | 7 | 441 | 144 | 56 |
| Binary | 11000010 | 0 | 11101100 | 10010 | 1100100 | 0 | 111 | 100100001 | 1100100 | 101110 |
Color Harmonies of #C200EC
Complementary color
Monochromatic Colors of #C200EC
Black with #C200EC
Text Example
Text Example
White with #C200EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200EC; }
p { color: rgb(194,0,236); }
H1.HeaderClassName
{
color: #C200EC;
}
.AnyTagClassName
{
color: #C200EC;
}
</style>
background-color css
<style>
a { background-color: #C200EC; }
a { background-color: rgb(194,0,236); }
div.DivClassName
{
background-color: #C200EC;
}
.BgClassName
{
background-color: #C200EC;
}
</style>
border-color css
<style>
span { border-color: #C200EC; }
span { border-color: rgb(194,0,236); }
td.TdClassName
{
border-color: #C200EC;
}
.TagClassName
{
border-color: #C200EC;
}
</style>