Shades of Electric Purple #C203EC
Tints of Electric Purple #C203EC
RGB
CMYK
RGB Variations
Color information
#C203EC (or 0xC203EC) is known color: Electric Purple. HEX triplet: C2, 03 and EC. RGB value is (194,3,236). Sum of RGB (Red+Green+Blue) = 194+3+236=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #C203EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C203EC is #3DFC13. Grayscale: #555555. Windows color (decimal): -4062228 or 15467458. OLE color: 15467458.
HSL color Cylindrical-coordinate representation of color #C203EC: hue angle of 289.18º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C203EC is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 3 | 236 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.07 |
| HSL | 289.18º | 0.97% | 0.47% | - |
| HSV(B) | 289.18º | 0.99% | 0.93% | - |
| XYZ | 37.42 | 17.59 | 80.78 | - |
| YUV | 86.67 | 212.28 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 236 | 0.18 | 0.99 | 0 | 0.07 | 289.18 | 0.97 | 0.47 |
| Hex | C2 | 3 | EC | 12 | 63 | 0 | 7 | 121 | 61 | 2F |
| Octal | 302 | 3 | 354 | 22 | 143 | 0 | 7 | 441 | 141 | 57 |
| Binary | 11000010 | 11 | 11101100 | 10010 | 1100011 | 0 | 111 | 100100001 | 1100001 | 101111 |
Color Harmonies of #C203EC
Complementary color
Monochromatic Colors of #C203EC
Black with #C203EC
Text Example
Text Example
White with #C203EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203EC; }
p { color: rgb(194,3,236); }
H1.HeaderClassName
{
color: #C203EC;
}
.AnyTagClassName
{
color: #C203EC;
}
</style>
background-color css
<style>
a { background-color: #C203EC; }
a { background-color: rgb(194,3,236); }
div.DivClassName
{
background-color: #C203EC;
}
.BgClassName
{
background-color: #C203EC;
}
</style>
border-color css
<style>
span { border-color: #C203EC; }
span { border-color: rgb(194,3,236); }
td.TdClassName
{
border-color: #C203EC;
}
.TagClassName
{
border-color: #C203EC;
}
</style>