Shades of Electric Purple #C405E5
Tints of Electric Purple #C405E5
RGB
CMYK
RGB Variations
Color information
#C405E5 (or 0xC405E5) is known color: Electric Purple. HEX triplet: C4, 05 and E5. RGB value is (196,5,229). Sum of RGB (Red+Green+Blue) = 196+5+229=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 5 (2.34% from 255 or 1.16% from 430); Blue value is 229 (89.84% from 255 or 53.26% from 430); Max value from RGB is 229 - color contains mainly: blue. Hex color #C405E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C405E5 is #3BFA1A. Grayscale: #565656. Windows color (decimal): -3930651 or 15009220. OLE color: 15009220.
HSL color Cylindrical-coordinate representation of color #C405E5: hue angle of 291.16º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C405E5 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 5 | 229 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.10 |
| HSL | 291.16º | 0.96% | 0.46% | - |
| HSV(B) | 291.16º | 0.98% | 0.9% | - |
| XYZ | 36.96 | 17.5 | 75.56 | - |
| YUV | 87.65 | 207.78 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 229 | 0.14 | 0.98 | 0 | 0.10 | 291.16 | 0.96 | 0.46 |
| Hex | C4 | 5 | E5 | E | 62 | 0 | A | 123 | 60 | 2E |
| Octal | 304 | 5 | 345 | 16 | 142 | 0 | 12 | 443 | 140 | 56 |
| Binary | 11000100 | 101 | 11100101 | 1110 | 1100010 | 0 | 1010 | 100100011 | 1100000 | 101110 |
Color Harmonies of #C405E5
Complementary color
Monochromatic Colors of #C405E5
Black with #C405E5
Text Example
Text Example
White with #C405E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C405E5; }
p { color: rgb(196,5,229); }
H1.HeaderClassName
{
color: #C405E5;
}
.AnyTagClassName
{
color: #C405E5;
}
</style>
background-color css
<style>
a { background-color: #C405E5; }
a { background-color: rgb(196,5,229); }
div.DivClassName
{
background-color: #C405E5;
}
.BgClassName
{
background-color: #C405E5;
}
</style>
border-color css
<style>
span { border-color: #C405E5; }
span { border-color: rgb(196,5,229); }
td.TdClassName
{
border-color: #C405E5;
}
.TagClassName
{
border-color: #C405E5;
}
</style>