Shades of Electric Purple #C203EB
Tints of Electric Purple #C203EB
RGB
CMYK
RGB Variations
Color information
#C203EB (or 0xC203EB) is known color: Electric Purple. HEX triplet: C2, 03 and EB. RGB value is (194,3,235). Sum of RGB (Red+Green+Blue) = 194+3+235=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #C203EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C203EB is #3DFC14. Grayscale: #555555. Windows color (decimal): -4062229 or 15401922. OLE color: 15401922.
HSL color Cylindrical-coordinate representation of color #C203EB: hue angle of 289.4º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C203EB is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 3 | 235 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.08 |
| HSL | 289.4º | 0.97% | 0.47% | - |
| HSV(B) | 289.4º | 0.99% | 0.92% | - |
| XYZ | 37.28 | 17.53 | 80.02 | - |
| YUV | 86.56 | 211.78 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 235 | 0.17 | 0.99 | 0 | 0.08 | 289.4 | 0.97 | 0.47 |
| Hex | C2 | 3 | EB | 11 | 63 | 0 | 8 | 121 | 61 | 2F |
| Octal | 302 | 3 | 353 | 21 | 143 | 0 | 10 | 441 | 141 | 57 |
| Binary | 11000010 | 11 | 11101011 | 10001 | 1100011 | 0 | 1000 | 100100001 | 1100001 | 101111 |
Color Harmonies of #C203EB
Complementary color
Monochromatic Colors of #C203EB
Black with #C203EB
Text Example
Text Example
White with #C203EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203EB; }
p { color: rgb(194,3,235); }
H1.HeaderClassName
{
color: #C203EB;
}
.AnyTagClassName
{
color: #C203EB;
}
</style>
background-color css
<style>
a { background-color: #C203EB; }
a { background-color: rgb(194,3,235); }
div.DivClassName
{
background-color: #C203EB;
}
.BgClassName
{
background-color: #C203EB;
}
</style>
border-color css
<style>
span { border-color: #C203EB; }
span { border-color: rgb(194,3,235); }
td.TdClassName
{
border-color: #C203EB;
}
.TagClassName
{
border-color: #C203EB;
}
</style>