Shades of Electric Purple #C203EF
Tints of Electric Purple #C203EF
RGB
CMYK
RGB Variations
Color information
#C203EF (or 0xC203EF) is known color: Electric Purple. HEX triplet: C2, 03 and EF. RGB value is (194,3,239). Sum of RGB (Red+Green+Blue) = 194+3+239=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 3 (1.56% from 255 or 0.69% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #C203EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C203EF is #3DFC10. Grayscale: #565656. Windows color (decimal): -4062225 or 15664066. OLE color: 15664066.
HSL color Cylindrical-coordinate representation of color #C203EF: hue angle of 288.56º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C203EF is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 3 | 239 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.06 |
| HSL | 288.56º | 0.98% | 0.47% | - |
| HSV(B) | 288.56º | 0.99% | 0.94% | - |
| XYZ | 37.86 | 17.77 | 83.1 | - |
| YUV | 87.01 | 213.78 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 239 | 0.19 | 0.99 | 0 | 0.06 | 288.56 | 0.98 | 0.47 |
| Hex | C2 | 3 | EF | 13 | 63 | 0 | 6 | 121 | 62 | 2F |
| Octal | 302 | 3 | 357 | 23 | 143 | 0 | 6 | 441 | 142 | 57 |
| Binary | 11000010 | 11 | 11101111 | 10011 | 1100011 | 0 | 110 | 100100001 | 1100010 | 101111 |
Color Harmonies of #C203EF
Complementary color
Monochromatic Colors of #C203EF
Black with #C203EF
Text Example
Text Example
White with #C203EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203EF; }
p { color: rgb(194,3,239); }
H1.HeaderClassName
{
color: #C203EF;
}
.AnyTagClassName
{
color: #C203EF;
}
</style>
background-color css
<style>
a { background-color: #C203EF; }
a { background-color: rgb(194,3,239); }
div.DivClassName
{
background-color: #C203EF;
}
.BgClassName
{
background-color: #C203EF;
}
</style>
border-color css
<style>
span { border-color: #C203EF; }
span { border-color: rgb(194,3,239); }
td.TdClassName
{
border-color: #C203EF;
}
.TagClassName
{
border-color: #C203EF;
}
</style>