Shades of Electric Purple #C401E5
Tints of Electric Purple #C401E5
RGB
CMYK
RGB Variations
Color information
#C401E5 (or 0xC401E5) is known color: Electric Purple. HEX triplet: C4, 01 and E5. RGB value is (196,1,229). Sum of RGB (Red+Green+Blue) = 196+1+229=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #C401E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C401E5 is #3BFE1A. Grayscale: #545454. Windows color (decimal): -3931675 or 15008196. OLE color: 15008196.
HSL color Cylindrical-coordinate representation of color #C401E5: hue angle of 291.32º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C401E5 is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 1 | 229 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.10 |
| HSL | 291.32º | 0.99% | 0.45% | - |
| HSV(B) | 291.32º | 1% | 0.9% | - |
| XYZ | 36.92 | 17.41 | 75.54 | - |
| YUV | 85.3 | 209.1 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 229 | 0.14 | 1.00 | 0 | 0.10 | 291.32 | 0.99 | 0.45 |
| Hex | C4 | 1 | E5 | E | 64 | 0 | A | 123 | 63 | 2D |
| Octal | 304 | 1 | 345 | 16 | 144 | 0 | 12 | 443 | 143 | 55 |
| Binary | 11000100 | 1 | 11100101 | 1110 | 1100100 | 0 | 1010 | 100100011 | 1100011 | 101101 |
Color Harmonies of #C401E5
Complementary color
Monochromatic Colors of #C401E5
Black with #C401E5
Text Example
Text Example
White with #C401E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401E5; }
p { color: rgb(196,1,229); }
H1.HeaderClassName
{
color: #C401E5;
}
.AnyTagClassName
{
color: #C401E5;
}
</style>
background-color css
<style>
a { background-color: #C401E5; }
a { background-color: rgb(196,1,229); }
div.DivClassName
{
background-color: #C401E5;
}
.BgClassName
{
background-color: #C401E5;
}
</style>
border-color css
<style>
span { border-color: #C401E5; }
span { border-color: rgb(196,1,229); }
td.TdClassName
{
border-color: #C401E5;
}
.TagClassName
{
border-color: #C401E5;
}
</style>