Shades of Electric Purple #C202FA
Tints of Electric Purple #C202FA
RGB
CMYK
RGB Variations
Color information
#C202FA (or 0xC202FA) is known color: Electric Purple. HEX triplet: C2, 02 and FA. RGB value is (194,2,250). Sum of RGB (Red+Green+Blue) = 194+2+250=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 2 (1.17% from 255 or 0.45% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #C202FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C202FA is #3DFD05. Grayscale: #565656. Windows color (decimal): -4062470 or 16384706. OLE color: 16384706.
HSL color Cylindrical-coordinate representation of color #C202FA: hue angle of 286.45º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202FA is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 2 | 250 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.02 |
| HSL | 286.45º | 0.98% | 0.49% | - |
| HSV(B) | 286.45º | 0.99% | 0.98% | - |
| XYZ | 39.53 | 18.41 | 91.91 | - |
| YUV | 87.68 | 219.61 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 250 | 0.22 | 0.99 | 0 | 0.02 | 286.45 | 0.98 | 0.49 |
| Hex | C2 | 2 | FA | 16 | 63 | 0 | 2 | 11E | 62 | 31 |
| Octal | 302 | 2 | 372 | 26 | 143 | 0 | 2 | 436 | 142 | 61 |
| Binary | 11000010 | 10 | 11111010 | 10110 | 1100011 | 0 | 10 | 100011110 | 1100010 | 110001 |
Color Harmonies of #C202FA
Complementary color
Monochromatic Colors of #C202FA
Black with #C202FA
Text Example
Text Example
White with #C202FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202FA; }
p { color: rgb(194,2,250); }
H1.HeaderClassName
{
color: #C202FA;
}
.AnyTagClassName
{
color: #C202FA;
}
</style>
background-color css
<style>
a { background-color: #C202FA; }
a { background-color: rgb(194,2,250); }
div.DivClassName
{
background-color: #C202FA;
}
.BgClassName
{
background-color: #C202FA;
}
</style>
border-color css
<style>
span { border-color: #C202FA; }
span { border-color: rgb(194,2,250); }
td.TdClassName
{
border-color: #C202FA;
}
.TagClassName
{
border-color: #C202FA;
}
</style>