Shades of Electric Purple #C003E6
Tints of Electric Purple #C003E6
RGB
CMYK
RGB Variations
Color information
#C003E6 (or 0xC003E6) is known color: Electric Purple. HEX triplet: C0, 03 and E6. RGB value is (192,3,230). Sum of RGB (Red+Green+Blue) = 192+3+230=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 230 (90.23% from 255 or 54.12% from 425); Max value from RGB is 230 - color contains mainly: blue. Hex color #C003E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C003E6 is #3FFC19. Grayscale: #545454. Windows color (decimal): -4193306 or 15074240. OLE color: 15074240.
HSL color Cylindrical-coordinate representation of color #C003E6: hue angle of 289.96º 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 #C003E6 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 3 | 230 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.10 |
| HSL | 289.96º | 0.97% | 0.46% | - |
| HSV(B) | 289.96º | 0.99% | 0.9% | - |
| XYZ | 36.05 | 16.98 | 76.24 | - |
| YUV | 85.39 | 209.62 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 230 | 0.17 | 0.99 | 0 | 0.10 | 289.96 | 0.97 | 0.46 |
| Hex | C0 | 3 | E6 | 11 | 63 | 0 | A | 122 | 61 | 2E |
| Octal | 300 | 3 | 346 | 21 | 143 | 0 | 12 | 442 | 141 | 56 |
| Binary | 11000000 | 11 | 11100110 | 10001 | 1100011 | 0 | 1010 | 100100010 | 1100001 | 101110 |
Color Harmonies of #C003E6
Complementary color
Monochromatic Colors of #C003E6
Black with #C003E6
Text Example
Text Example
White with #C003E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C003E6; }
p { color: rgb(192,3,230); }
H1.HeaderClassName
{
color: #C003E6;
}
.AnyTagClassName
{
color: #C003E6;
}
</style>
background-color css
<style>
a { background-color: #C003E6; }
a { background-color: rgb(192,3,230); }
div.DivClassName
{
background-color: #C003E6;
}
.BgClassName
{
background-color: #C003E6;
}
</style>
border-color css
<style>
span { border-color: #C003E6; }
span { border-color: rgb(192,3,230); }
td.TdClassName
{
border-color: #C003E6;
}
.TagClassName
{
border-color: #C003E6;
}
</style>