Shades of Electric Purple #C202FF
Tints of Electric Purple #C202FF
RGB
CMYK
RGB Variations
Color information
#C202FF (or 0xC202FF) is known color: Electric Purple. HEX triplet: C2, 02 and FF. RGB value is (194,2,255). Sum of RGB (Red+Green+Blue) = 194+2+255=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 2 (1.17% from 255 or 0.44% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #C202FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C202FF is #3DFD00. Grayscale: #575757. Windows color (decimal): -4062465 or 16712386. OLE color: 16712386.
HSL color Cylindrical-coordinate representation of color #C202FF: hue angle of 285.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202FF is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 2 | 255 | - |
| CMYK | 0.24 | 0.99 | 0 | 0 |
| HSL | 285.53º | 1% | 0.5% | - |
| HSV(B) | 285.53º | 0.99% | 1% | - |
| XYZ | 40.32 | 18.73 | 96.1 | - |
| YUV | 88.25 | 222.11 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 255 | 0.24 | 0.99 | 0 | 0 | 285.53 | 1 | 0.5 |
| Hex | C2 | 2 | FF | 18 | 63 | 0 | 0 | 11E | 64 | 32 |
| Octal | 302 | 2 | 377 | 30 | 143 | 0 | 0 | 436 | 144 | 62 |
| Binary | 11000010 | 10 | 11111111 | 11000 | 1100011 | 0 | 0 | 100011110 | 1100100 | 110010 |
Color Harmonies of #C202FF
Complementary color
Monochromatic Colors of #C202FF
Black with #C202FF
Text Example
Text Example
White with #C202FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202FF; }
p { color: rgb(194,2,255); }
H1.HeaderClassName
{
color: #C202FF;
}
.AnyTagClassName
{
color: #C202FF;
}
</style>
background-color css
<style>
a { background-color: #C202FF; }
a { background-color: rgb(194,2,255); }
div.DivClassName
{
background-color: #C202FF;
}
.BgClassName
{
background-color: #C202FF;
}
</style>
border-color css
<style>
span { border-color: #C202FF; }
span { border-color: rgb(194,2,255); }
td.TdClassName
{
border-color: #C202FF;
}
.TagClassName
{
border-color: #C202FF;
}
</style>