Shades of Electric Purple #C401FD
Tints of Electric Purple #C401FD
RGB
CMYK
RGB Variations
Color information
#C401FD (or 0xC401FD) is known color: Electric Purple. HEX triplet: C4, 01 and FD. RGB value is (196,1,253). Sum of RGB (Red+Green+Blue) = 196+1+253=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #C401FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C401FD is #3BFE02. Grayscale: #575757. Windows color (decimal): -3931651 or 16581060. OLE color: 16581060.
HSL color Cylindrical-coordinate representation of color #C401FD: hue angle of 286.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C401FD is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 1 | 253 | - |
| CMYK | 0.23 | 1.00 | 0 | 0.01 |
| HSL | 286.43º | 0.99% | 0.5% | - |
| HSV(B) | 286.43º | 1% | 0.99% | - |
| XYZ | 40.51 | 18.85 | 94.43 | - |
| YUV | 88.03 | 221.1 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 253 | 0.23 | 1.00 | 0 | 0.01 | 286.43 | 0.99 | 0.5 |
| Hex | C4 | 1 | FD | 17 | 64 | 0 | 1 | 11E | 63 | 32 |
| Octal | 304 | 1 | 375 | 27 | 144 | 0 | 1 | 436 | 143 | 62 |
| Binary | 11000100 | 1 | 11111101 | 10111 | 1100100 | 0 | 1 | 100011110 | 1100011 | 110010 |
Color Harmonies of #C401FD
Complementary color
Monochromatic Colors of #C401FD
Black with #C401FD
Text Example
Text Example
White with #C401FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401FD; }
p { color: rgb(196,1,253); }
H1.HeaderClassName
{
color: #C401FD;
}
.AnyTagClassName
{
color: #C401FD;
}
</style>
background-color css
<style>
a { background-color: #C401FD; }
a { background-color: rgb(196,1,253); }
div.DivClassName
{
background-color: #C401FD;
}
.BgClassName
{
background-color: #C401FD;
}
</style>
border-color css
<style>
span { border-color: #C401FD; }
span { border-color: rgb(196,1,253); }
td.TdClassName
{
border-color: #C401FD;
}
.TagClassName
{
border-color: #C401FD;
}
</style>