Shades of Electric Purple #C203FA
Tints of Electric Purple #C203FA
RGB
CMYK
RGB Variations
Color information
#C203FA (or 0xC203FA) is known color: Electric Purple. HEX triplet: C2, 03 and FA. RGB value is (194,3,250). Sum of RGB (Red+Green+Blue) = 194+3+250=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 3 (1.56% from 255 or 0.67% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #C203FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C203FA is #3DFC05. Grayscale: #575757. Windows color (decimal): -4062214 or 16384962. OLE color: 16384962.
HSL color Cylindrical-coordinate representation of color #C203FA: hue angle of 286.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C203FA is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 3 | 250 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.02 |
| HSL | 286.4º | 0.98% | 0.5% | - |
| HSV(B) | 286.4º | 0.99% | 0.98% | - |
| XYZ | 39.54 | 18.44 | 91.92 | - |
| YUV | 88.27 | 219.28 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 250 | 0.22 | 0.99 | 0 | 0.02 | 286.4 | 0.98 | 0.5 |
| Hex | C2 | 3 | FA | 16 | 63 | 0 | 2 | 11E | 62 | 32 |
| Octal | 302 | 3 | 372 | 26 | 143 | 0 | 2 | 436 | 142 | 62 |
| Binary | 11000010 | 11 | 11111010 | 10110 | 1100011 | 0 | 10 | 100011110 | 1100010 | 110010 |
Color Harmonies of #C203FA
Complementary color
Monochromatic Colors of #C203FA
Black with #C203FA
Text Example
Text Example
White with #C203FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203FA; }
p { color: rgb(194,3,250); }
H1.HeaderClassName
{
color: #C203FA;
}
.AnyTagClassName
{
color: #C203FA;
}
</style>
background-color css
<style>
a { background-color: #C203FA; }
a { background-color: rgb(194,3,250); }
div.DivClassName
{
background-color: #C203FA;
}
.BgClassName
{
background-color: #C203FA;
}
</style>
border-color css
<style>
span { border-color: #C203FA; }
span { border-color: rgb(194,3,250); }
td.TdClassName
{
border-color: #C203FA;
}
.TagClassName
{
border-color: #C203FA;
}
</style>