Shades of Electric Purple #C405FA
Tints of Electric Purple #C405FA
RGB
CMYK
RGB Variations
Color information
#C405FA (or 0xC405FA) is known color: Electric Purple. HEX triplet: C4, 05 and FA. RGB value is (196,5,250). Sum of RGB (Red+Green+Blue) = 196+5+250=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 5 (2.34% from 255 or 1.11% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #C405FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C405FA is #3BFA05. Grayscale: #595959. Windows color (decimal): -3930630 or 16385476. OLE color: 16385476.
HSL color Cylindrical-coordinate representation of color #C405FA: hue angle of 286.78º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C405FA is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 5 | 250 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.02 |
| HSL | 286.78º | 0.96% | 0.5% | - |
| HSV(B) | 286.78º | 0.98% | 0.98% | - |
| XYZ | 40.07 | 18.75 | 91.95 | - |
| YUV | 90.04 | 218.28 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 250 | 0.22 | 0.98 | 0 | 0.02 | 286.78 | 0.96 | 0.5 |
| Hex | C4 | 5 | FA | 16 | 62 | 0 | 2 | 11F | 60 | 32 |
| Octal | 304 | 5 | 372 | 26 | 142 | 0 | 2 | 437 | 140 | 62 |
| Binary | 11000100 | 101 | 11111010 | 10110 | 1100010 | 0 | 10 | 100011111 | 1100000 | 110010 |
Color Harmonies of #C405FA
Complementary color
Monochromatic Colors of #C405FA
Black with #C405FA
Text Example
Text Example
White with #C405FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C405FA; }
p { color: rgb(196,5,250); }
H1.HeaderClassName
{
color: #C405FA;
}
.AnyTagClassName
{
color: #C405FA;
}
</style>
background-color css
<style>
a { background-color: #C405FA; }
a { background-color: rgb(196,5,250); }
div.DivClassName
{
background-color: #C405FA;
}
.BgClassName
{
background-color: #C405FA;
}
</style>
border-color css
<style>
span { border-color: #C405FA; }
span { border-color: rgb(196,5,250); }
td.TdClassName
{
border-color: #C405FA;
}
.TagClassName
{
border-color: #C405FA;
}
</style>