Shades of Electric Purple #C200E7
Tints of Electric Purple #C200E7
RGB
CMYK
RGB Variations
Color information
#C200E7 (or 0xC200E7) is known color: Electric Purple. HEX triplet: C2, 00 and E7. RGB value is (194,0,231). Sum of RGB (Red+Green+Blue) = 194+0+231=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 231 (90.62% from 255 or 54.35% from 425); Max value from RGB is 231 - color contains mainly: blue. Hex color #C200E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C200E7 is #3DFF18. Grayscale: #535353. Windows color (decimal): -4063001 or 15139010. OLE color: 15139010.
HSL color Cylindrical-coordinate representation of color #C200E7: hue angle of 290.39º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200E7 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 0 | 231 | - |
| CMYK | 0.16 | 1 | 0 | 0.09 |
| HSL | 290.39º | 1% | 0.45% | - |
| HSV(B) | 290.39º | 1% | 0.91% | - |
| XYZ | 36.67 | 17.24 | 77 | - |
| YUV | 84.34 | 210.77 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 231 | 0.16 | 1 | 0 | 0.09 | 290.39 | 1 | 0.45 |
| Hex | C2 | 0 | E7 | 10 | 64 | 0 | 9 | 122 | 64 | 2D |
| Octal | 302 | 0 | 347 | 20 | 144 | 0 | 11 | 442 | 144 | 55 |
| Binary | 11000010 | 0 | 11100111 | 10000 | 1100100 | 0 | 1001 | 100100010 | 1100100 | 101101 |
Color Harmonies of #C200E7
Complementary color
Monochromatic Colors of #C200E7
Black with #C200E7
Text Example
Text Example
White with #C200E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200E7; }
p { color: rgb(194,0,231); }
H1.HeaderClassName
{
color: #C200E7;
}
.AnyTagClassName
{
color: #C200E7;
}
</style>
background-color css
<style>
a { background-color: #C200E7; }
a { background-color: rgb(194,0,231); }
div.DivClassName
{
background-color: #C200E7;
}
.BgClassName
{
background-color: #C200E7;
}
</style>
border-color css
<style>
span { border-color: #C200E7; }
span { border-color: rgb(194,0,231); }
td.TdClassName
{
border-color: #C200E7;
}
.TagClassName
{
border-color: #C200E7;
}
</style>