Shades of Electric Purple #C003E7
Tints of Electric Purple #C003E7
RGB
CMYK
RGB Variations
Color information
#C003E7 (or 0xC003E7) is known color: Electric Purple. HEX triplet: C0, 03 and E7. RGB value is (192,3,231). Sum of RGB (Red+Green+Blue) = 192+3+231=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #C003E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C003E7 is #3FFC18. Grayscale: #545454. Windows color (decimal): -4193305 or 15139776. OLE color: 15139776.
HSL color Cylindrical-coordinate representation of color #C003E7: hue angle of 289.74º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C003E7 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 3 | 231 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.09 |
| HSL | 289.74º | 0.97% | 0.46% | - |
| HSV(B) | 289.74º | 0.99% | 0.91% | - |
| XYZ | 36.19 | 17.04 | 76.98 | - |
| YUV | 85.5 | 210.12 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 231 | 0.17 | 0.99 | 0 | 0.09 | 289.74 | 0.97 | 0.46 |
| Hex | C0 | 3 | E7 | 11 | 63 | 0 | 9 | 122 | 61 | 2E |
| Octal | 300 | 3 | 347 | 21 | 143 | 0 | 11 | 442 | 141 | 56 |
| Binary | 11000000 | 11 | 11100111 | 10001 | 1100011 | 0 | 1001 | 100100010 | 1100001 | 101110 |
Color Harmonies of #C003E7
Complementary color
Monochromatic Colors of #C003E7
Black with #C003E7
Text Example
Text Example
White with #C003E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C003E7; }
p { color: rgb(192,3,231); }
H1.HeaderClassName
{
color: #C003E7;
}
.AnyTagClassName
{
color: #C003E7;
}
</style>
background-color css
<style>
a { background-color: #C003E7; }
a { background-color: rgb(192,3,231); }
div.DivClassName
{
background-color: #C003E7;
}
.BgClassName
{
background-color: #C003E7;
}
</style>
border-color css
<style>
span { border-color: #C003E7; }
span { border-color: rgb(192,3,231); }
td.TdClassName
{
border-color: #C003E7;
}
.TagClassName
{
border-color: #C003E7;
}
</style>