Shades of Electric Purple #C202FE
Tints of Electric Purple #C202FE
RGB
CMYK
RGB Variations
Color information
#C202FE (or 0xC202FE) is known color: Electric Purple. HEX triplet: C2, 02 and FE. RGB value is (194,2,254). Sum of RGB (Red+Green+Blue) = 194+2+254=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #C202FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C202FE is #3DFD01. Grayscale: #575757. Windows color (decimal): -4062466 or 16646850. OLE color: 16646850.
HSL color Cylindrical-coordinate representation of color #C202FE: hue angle of 285.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202FE is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 2 | 254 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.00 |
| HSL | 285.71º | 0.99% | 0.5% | - |
| HSV(B) | 285.71º | 0.99% | 1% | - |
| XYZ | 40.16 | 18.67 | 95.25 | - |
| YUV | 88.14 | 221.61 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 254 | 0.24 | 0.99 | 0 | 0.00 | 285.71 | 0.99 | 0.5 |
| Hex | C2 | 2 | FE | 18 | 63 | 0 | 0 | 11E | 63 | 32 |
| Octal | 302 | 2 | 376 | 30 | 143 | 0 | 0 | 436 | 143 | 62 |
| Binary | 11000010 | 10 | 11111110 | 11000 | 1100011 | 0 | 0 | 100011110 | 1100011 | 110010 |
Color Harmonies of #C202FE
Complementary color
Monochromatic Colors of #C202FE
Black with #C202FE
Text Example
Text Example
White with #C202FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202FE; }
p { color: rgb(194,2,254); }
H1.HeaderClassName
{
color: #C202FE;
}
.AnyTagClassName
{
color: #C202FE;
}
</style>
background-color css
<style>
a { background-color: #C202FE; }
a { background-color: rgb(194,2,254); }
div.DivClassName
{
background-color: #C202FE;
}
.BgClassName
{
background-color: #C202FE;
}
</style>
border-color css
<style>
span { border-color: #C202FE; }
span { border-color: rgb(194,2,254); }
td.TdClassName
{
border-color: #C202FE;
}
.TagClassName
{
border-color: #C202FE;
}
</style>