Shades of Electric Purple #C202FC
Tints of Electric Purple #C202FC
RGB
CMYK
RGB Variations
Color information
#C202FC (or 0xC202FC) is known color: Electric Purple. HEX triplet: C2, 02 and FC. RGB value is (194,2,252). Sum of RGB (Red+Green+Blue) = 194+2+252=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 2 (1.17% from 255 or 0.45% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #C202FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C202FC is #3DFD03. Grayscale: #575757. Windows color (decimal): -4062468 or 16515778. OLE color: 16515778.
HSL color Cylindrical-coordinate representation of color #C202FC: hue angle of 286.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202FC is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 2 | 252 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.01 |
| HSL | 286.08º | 0.98% | 0.5% | - |
| HSV(B) | 286.08º | 0.99% | 0.99% | - |
| XYZ | 39.84 | 18.54 | 93.57 | - |
| YUV | 87.91 | 220.61 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 252 | 0.23 | 0.99 | 0 | 0.01 | 286.08 | 0.98 | 0.5 |
| Hex | C2 | 2 | FC | 17 | 63 | 0 | 1 | 11E | 62 | 32 |
| Octal | 302 | 2 | 374 | 27 | 143 | 0 | 1 | 436 | 142 | 62 |
| Binary | 11000010 | 10 | 11111100 | 10111 | 1100011 | 0 | 1 | 100011110 | 1100010 | 110010 |
Color Harmonies of #C202FC
Complementary color
Monochromatic Colors of #C202FC
Black with #C202FC
Text Example
Text Example
White with #C202FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202FC; }
p { color: rgb(194,2,252); }
H1.HeaderClassName
{
color: #C202FC;
}
.AnyTagClassName
{
color: #C202FC;
}
</style>
background-color css
<style>
a { background-color: #C202FC; }
a { background-color: rgb(194,2,252); }
div.DivClassName
{
background-color: #C202FC;
}
.BgClassName
{
background-color: #C202FC;
}
</style>
border-color css
<style>
span { border-color: #C202FC; }
span { border-color: rgb(194,2,252); }
td.TdClassName
{
border-color: #C202FC;
}
.TagClassName
{
border-color: #C202FC;
}
</style>