Shades of Electric Purple #C403EE
Tints of Electric Purple #C403EE
RGB
CMYK
RGB Variations
Color information
#C403EE (or 0xC403EE) is known color: Electric Purple. HEX triplet: C4, 03 and EE. RGB value is (196,3,238). Sum of RGB (Red+Green+Blue) = 196+3+238=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #C403EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C403EE is #3BFC11. Grayscale: #565656. Windows color (decimal): -3931154 or 15598532. OLE color: 15598532.
HSL color Cylindrical-coordinate representation of color #C403EE: hue angle of 289.28º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C403EE is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 3 | 238 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.07 |
| HSL | 289.28º | 0.98% | 0.47% | - |
| HSV(B) | 289.28º | 0.99% | 0.93% | - |
| XYZ | 38.23 | 17.97 | 82.34 | - |
| YUV | 87.5 | 212.94 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 238 | 0.18 | 0.99 | 0 | 0.07 | 289.28 | 0.98 | 0.47 |
| Hex | C4 | 3 | EE | 12 | 63 | 0 | 7 | 121 | 62 | 2F |
| Octal | 304 | 3 | 356 | 22 | 143 | 0 | 7 | 441 | 142 | 57 |
| Binary | 11000100 | 11 | 11101110 | 10010 | 1100011 | 0 | 111 | 100100001 | 1100010 | 101111 |
Color Harmonies of #C403EE
Complementary color
Monochromatic Colors of #C403EE
Black with #C403EE
Text Example
Text Example
White with #C403EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403EE; }
p { color: rgb(196,3,238); }
H1.HeaderClassName
{
color: #C403EE;
}
.AnyTagClassName
{
color: #C403EE;
}
</style>
background-color css
<style>
a { background-color: #C403EE; }
a { background-color: rgb(196,3,238); }
div.DivClassName
{
background-color: #C403EE;
}
.BgClassName
{
background-color: #C403EE;
}
</style>
border-color css
<style>
span { border-color: #C403EE; }
span { border-color: rgb(196,3,238); }
td.TdClassName
{
border-color: #C403EE;
}
.TagClassName
{
border-color: #C403EE;
}
</style>