Shades of Electric Purple #C201F0
Tints of Electric Purple #C201F0
RGB
CMYK
RGB Variations
Color information
#C201F0 (or 0xC201F0) is known color: Electric Purple. HEX triplet: C2, 01 and F0. RGB value is (194,1,240). Sum of RGB (Red+Green+Blue) = 194+1+240=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #C201F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C201F0 is #3DFE0F. Grayscale: #555555. Windows color (decimal): -4062736 or 15729090. OLE color: 15729090.
HSL color Cylindrical-coordinate representation of color #C201F0: hue angle of 288.45º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C201F0 is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 1 | 240 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.06 |
| HSL | 288.45º | 0.99% | 0.47% | - |
| HSV(B) | 288.45º | 1% | 0.94% | - |
| XYZ | 37.99 | 17.78 | 83.87 | - |
| YUV | 85.95 | 214.94 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 240 | 0.19 | 1.00 | 0 | 0.06 | 288.45 | 0.99 | 0.47 |
| Hex | C2 | 1 | F0 | 13 | 64 | 0 | 6 | 120 | 63 | 2F |
| Octal | 302 | 1 | 360 | 23 | 144 | 0 | 6 | 440 | 143 | 57 |
| Binary | 11000010 | 1 | 11110000 | 10011 | 1100100 | 0 | 110 | 100100000 | 1100011 | 101111 |
Color Harmonies of #C201F0
Complementary color
Monochromatic Colors of #C201F0
Black with #C201F0
Text Example
Text Example
White with #C201F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C201F0; }
p { color: rgb(194,1,240); }
H1.HeaderClassName
{
color: #C201F0;
}
.AnyTagClassName
{
color: #C201F0;
}
</style>
background-color css
<style>
a { background-color: #C201F0; }
a { background-color: rgb(194,1,240); }
div.DivClassName
{
background-color: #C201F0;
}
.BgClassName
{
background-color: #C201F0;
}
</style>
border-color css
<style>
span { border-color: #C201F0; }
span { border-color: rgb(194,1,240); }
td.TdClassName
{
border-color: #C201F0;
}
.TagClassName
{
border-color: #C201F0;
}
</style>