Shades of Electric Purple #C200FC
Tints of Electric Purple #C200FC
RGB
CMYK
RGB Variations
Color information
#C200FC (or 0xC200FC) is known color: Electric Purple. HEX triplet: C2, 00 and FC. RGB value is (194,0,252). Sum of RGB (Red+Green+Blue) = 194+0+252=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #C200FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C200FC is #3DFF03. Grayscale: #555555. Windows color (decimal): -4062980 or 16515266. OLE color: 16515266.
HSL color Cylindrical-coordinate representation of color #C200FC: hue angle of 286.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200FC is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 0 | 252 | - |
| CMYK | 0.23 | 1 | 0 | 0.01 |
| HSL | 286.19º | 1% | 0.49% | - |
| HSV(B) | 286.19º | 1% | 0.99% | - |
| XYZ | 39.82 | 18.5 | 93.57 | - |
| YUV | 86.73 | 221.27 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 252 | 0.23 | 1 | 0 | 0.01 | 286.19 | 1 | 0.49 |
| Hex | C2 | 0 | FC | 17 | 64 | 0 | 1 | 11E | 64 | 31 |
| Octal | 302 | 0 | 374 | 27 | 144 | 0 | 1 | 436 | 144 | 61 |
| Binary | 11000010 | 0 | 11111100 | 10111 | 1100100 | 0 | 1 | 100011110 | 1100100 | 110001 |
Color Harmonies of #C200FC
Complementary color
Monochromatic Colors of #C200FC
Black with #C200FC
Text Example
Text Example
White with #C200FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200FC; }
p { color: rgb(194,0,252); }
H1.HeaderClassName
{
color: #C200FC;
}
.AnyTagClassName
{
color: #C200FC;
}
</style>
background-color css
<style>
a { background-color: #C200FC; }
a { background-color: rgb(194,0,252); }
div.DivClassName
{
background-color: #C200FC;
}
.BgClassName
{
background-color: #C200FC;
}
</style>
border-color css
<style>
span { border-color: #C200FC; }
span { border-color: rgb(194,0,252); }
td.TdClassName
{
border-color: #C200FC;
}
.TagClassName
{
border-color: #C200FC;
}
</style>