Shades of Electric Purple #C400FA
Tints of Electric Purple #C400FA
RGB
CMYK
RGB Variations
Color information
#C400FA (or 0xC400FA) is known color: Electric Purple. HEX triplet: C4, 00 and FA. RGB value is (196,0,250). Sum of RGB (Red+Green+Blue) = 196+0+250=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #C400FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C400FA is #3BFF05. Grayscale: #565656. Windows color (decimal): -3931910 or 16384196. OLE color: 16384196.
HSL color Cylindrical-coordinate representation of color #C400FA: hue angle of 287.04º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400FA is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 0 | 250 | - |
| CMYK | 0.22 | 1 | 0 | 0.02 |
| HSL | 287.04º | 1% | 0.49% | - |
| HSV(B) | 287.04º | 1% | 0.98% | - |
| XYZ | 40.02 | 18.64 | 91.93 | - |
| YUV | 87.1 | 219.93 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 250 | 0.22 | 1 | 0 | 0.02 | 287.04 | 1 | 0.49 |
| Hex | C4 | 0 | FA | 16 | 64 | 0 | 2 | 11F | 64 | 31 |
| Octal | 304 | 0 | 372 | 26 | 144 | 0 | 2 | 437 | 144 | 61 |
| Binary | 11000100 | 0 | 11111010 | 10110 | 1100100 | 0 | 10 | 100011111 | 1100100 | 110001 |
Color Harmonies of #C400FA
Complementary color
Monochromatic Colors of #C400FA
Black with #C400FA
Text Example
Text Example
White with #C400FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C400FA; }
p { color: rgb(196,0,250); }
H1.HeaderClassName
{
color: #C400FA;
}
.AnyTagClassName
{
color: #C400FA;
}
</style>
background-color css
<style>
a { background-color: #C400FA; }
a { background-color: rgb(196,0,250); }
div.DivClassName
{
background-color: #C400FA;
}
.BgClassName
{
background-color: #C400FA;
}
</style>
border-color css
<style>
span { border-color: #C400FA; }
span { border-color: rgb(196,0,250); }
td.TdClassName
{
border-color: #C400FA;
}
.TagClassName
{
border-color: #C400FA;
}
</style>