Shades of Electric Purple #C203FE
Tints of Electric Purple #C203FE
RGB
CMYK
RGB Variations
Color information
#C203FE (or 0xC203FE) is known color: Electric Purple. HEX triplet: C2, 03 and FE. RGB value is (194,3,254). Sum of RGB (Red+Green+Blue) = 194+3+254=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 3 (1.56% from 255 or 0.67% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #C203FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C203FE is #3DFC01. Grayscale: #575757. Windows color (decimal): -4062210 or 16647106. OLE color: 16647106.
HSL color Cylindrical-coordinate representation of color #C203FE: hue angle of 285.66º 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 #C203FE is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 3 | 254 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.00 |
| HSL | 285.66º | 0.99% | 0.5% | - |
| HSV(B) | 285.66º | 0.99% | 1% | - |
| XYZ | 40.17 | 18.69 | 95.26 | - |
| YUV | 88.72 | 221.28 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 254 | 0.24 | 0.99 | 0 | 0.00 | 285.66 | 0.99 | 0.5 |
| Hex | C2 | 3 | FE | 18 | 63 | 0 | 0 | 11E | 63 | 32 |
| Octal | 302 | 3 | 376 | 30 | 143 | 0 | 0 | 436 | 143 | 62 |
| Binary | 11000010 | 11 | 11111110 | 11000 | 1100011 | 0 | 0 | 100011110 | 1100011 | 110010 |
Color Harmonies of #C203FE
Complementary color
Monochromatic Colors of #C203FE
Black with #C203FE
Text Example
Text Example
White with #C203FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203FE; }
p { color: rgb(194,3,254); }
H1.HeaderClassName
{
color: #C203FE;
}
.AnyTagClassName
{
color: #C203FE;
}
</style>
background-color css
<style>
a { background-color: #C203FE; }
a { background-color: rgb(194,3,254); }
div.DivClassName
{
background-color: #C203FE;
}
.BgClassName
{
background-color: #C203FE;
}
</style>
border-color css
<style>
span { border-color: #C203FE; }
span { border-color: rgb(194,3,254); }
td.TdClassName
{
border-color: #C203FE;
}
.TagClassName
{
border-color: #C203FE;
}
</style>