Shades of Electric Purple #C403ED
Tints of Electric Purple #C403ED
RGB
CMYK
RGB Variations
Color information
#C403ED (or 0xC403ED) is known color: Electric Purple. HEX triplet: C4, 03 and ED. RGB value is (196,3,237). Sum of RGB (Red+Green+Blue) = 196+3+237=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 3 (1.56% from 255 or 0.69% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #C403ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C403ED is #3BFC12. Grayscale: #565656. Windows color (decimal): -3931155 or 15532996. OLE color: 15532996.
HSL color Cylindrical-coordinate representation of color #C403ED: hue angle of 289.49º 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 #C403ED is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 3 | 237 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.07 |
| HSL | 289.49º | 0.98% | 0.47% | - |
| HSV(B) | 289.49º | 0.99% | 0.93% | - |
| XYZ | 38.08 | 17.92 | 81.57 | - |
| YUV | 87.38 | 212.44 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 237 | 0.17 | 0.99 | 0 | 0.07 | 289.49 | 0.98 | 0.47 |
| Hex | C4 | 3 | ED | 11 | 63 | 0 | 7 | 121 | 62 | 2F |
| Octal | 304 | 3 | 355 | 21 | 143 | 0 | 7 | 441 | 142 | 57 |
| Binary | 11000100 | 11 | 11101101 | 10001 | 1100011 | 0 | 111 | 100100001 | 1100010 | 101111 |
Color Harmonies of #C403ED
Complementary color
Monochromatic Colors of #C403ED
Black with #C403ED
Text Example
Text Example
White with #C403ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403ED; }
p { color: rgb(196,3,237); }
H1.HeaderClassName
{
color: #C403ED;
}
.AnyTagClassName
{
color: #C403ED;
}
</style>
background-color css
<style>
a { background-color: #C403ED; }
a { background-color: rgb(196,3,237); }
div.DivClassName
{
background-color: #C403ED;
}
.BgClassName
{
background-color: #C403ED;
}
</style>
border-color css
<style>
span { border-color: #C403ED; }
span { border-color: rgb(196,3,237); }
td.TdClassName
{
border-color: #C403ED;
}
.TagClassName
{
border-color: #C403ED;
}
</style>