Shades of Electric Purple #C201FC
Tints of Electric Purple #C201FC
RGB
CMYK
RGB Variations
Color information
#C201FC (or 0xC201FC) is known color: Electric Purple. HEX triplet: C2, 01 and FC. RGB value is (194,1,252). Sum of RGB (Red+Green+Blue) = 194+1+252=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #C201FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C201FC is #3DFE03. Grayscale: #565656. Windows color (decimal): -4062724 or 16515522. OLE color: 16515522.
HSL color Cylindrical-coordinate representation of color #C201FC: hue angle of 286.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C201FC is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 1 | 252 | - |
| CMYK | 0.23 | 1.00 | 0 | 0.01 |
| HSL | 286.14º | 0.99% | 0.5% | - |
| HSV(B) | 286.14º | 1% | 0.99% | - |
| XYZ | 39.83 | 18.52 | 93.57 | - |
| YUV | 87.32 | 220.94 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 252 | 0.23 | 1.00 | 0 | 0.01 | 286.14 | 0.99 | 0.5 |
| Hex | C2 | 1 | FC | 17 | 64 | 0 | 1 | 11E | 63 | 32 |
| Octal | 302 | 1 | 374 | 27 | 144 | 0 | 1 | 436 | 143 | 62 |
| Binary | 11000010 | 1 | 11111100 | 10111 | 1100100 | 0 | 1 | 100011110 | 1100011 | 110010 |
Color Harmonies of #C201FC
Complementary color
Monochromatic Colors of #C201FC
Black with #C201FC
Text Example
Text Example
White with #C201FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C201FC; }
p { color: rgb(194,1,252); }
H1.HeaderClassName
{
color: #C201FC;
}
.AnyTagClassName
{
color: #C201FC;
}
</style>
background-color css
<style>
a { background-color: #C201FC; }
a { background-color: rgb(194,1,252); }
div.DivClassName
{
background-color: #C201FC;
}
.BgClassName
{
background-color: #C201FC;
}
</style>
border-color css
<style>
span { border-color: #C201FC; }
span { border-color: rgb(194,1,252); }
td.TdClassName
{
border-color: #C201FC;
}
.TagClassName
{
border-color: #C201FC;
}
</style>