Shades of Electric Purple #C203E6
Tints of Electric Purple #C203E6
RGB
CMYK
RGB Variations
Color information
#C203E6 (or 0xC203E6) is known color: Electric Purple. HEX triplet: C2, 03 and E6. RGB value is (194,3,230). Sum of RGB (Red+Green+Blue) = 194+3+230=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 3 (1.56% from 255 or 0.70% from 427); Blue value is 230 (90.23% from 255 or 53.86% from 427); Max value from RGB is 230 - color contains mainly: blue. Hex color #C203E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C203E6 is #3DFC19. Grayscale: #555555. Windows color (decimal): -4062234 or 15074242. OLE color: 15074242.
HSL color Cylindrical-coordinate representation of color #C203E6: hue angle of 290.48º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C203E6 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 3 | 230 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.10 |
| HSL | 290.48º | 0.97% | 0.46% | - |
| HSV(B) | 290.48º | 0.99% | 0.9% | - |
| XYZ | 36.56 | 17.25 | 76.26 | - |
| YUV | 85.99 | 209.28 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 230 | 0.16 | 0.99 | 0 | 0.10 | 290.48 | 0.97 | 0.46 |
| Hex | C2 | 3 | E6 | 10 | 63 | 0 | A | 122 | 61 | 2E |
| Octal | 302 | 3 | 346 | 20 | 143 | 0 | 12 | 442 | 141 | 56 |
| Binary | 11000010 | 11 | 11100110 | 10000 | 1100011 | 0 | 1010 | 100100010 | 1100001 | 101110 |
Color Harmonies of #C203E6
Complementary color
Monochromatic Colors of #C203E6
Black with #C203E6
Text Example
Text Example
White with #C203E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203E6; }
p { color: rgb(194,3,230); }
H1.HeaderClassName
{
color: #C203E6;
}
.AnyTagClassName
{
color: #C203E6;
}
</style>
background-color css
<style>
a { background-color: #C203E6; }
a { background-color: rgb(194,3,230); }
div.DivClassName
{
background-color: #C203E6;
}
.BgClassName
{
background-color: #C203E6;
}
</style>
border-color css
<style>
span { border-color: #C203E6; }
span { border-color: rgb(194,3,230); }
td.TdClassName
{
border-color: #C203E6;
}
.TagClassName
{
border-color: #C203E6;
}
</style>