Shades of Electric Purple #C431FD
Tints of Electric Purple #C431FD
RGB
CMYK
RGB Variations
Color information
#C431FD (or 0xC431FD) is known color: Electric Purple. HEX triplet: C4, 31 and FD. RGB value is (196,49,253). Sum of RGB (Red+Green+Blue) = 196+49+253=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 49 (19.53% from 255 or 9.84% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #C431FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C431FD is #3BCE02. Grayscale: #737373. Windows color (decimal): -3919363 or 16593348. OLE color: 16593348.
HSL color Cylindrical-coordinate representation of color #C431FD: hue angle of 283.24º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C431FD is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 49 | 253 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.01 |
| HSL | 283.24º | 0.98% | 0.59% | - |
| HSV(B) | 283.24º | 0.81% | 0.99% | - |
| XYZ | 41.59 | 21.02 | 94.79 | - |
| YUV | 116.21 | 205.2 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 253 | 0.23 | 0.81 | 0 | 0.01 | 283.24 | 0.98 | 0.59 |
| Hex | C4 | 31 | FD | 17 | 51 | 0 | 1 | 11B | 62 | 3B |
| Octal | 304 | 61 | 375 | 27 | 121 | 0 | 1 | 433 | 142 | 73 |
| Binary | 11000100 | 110001 | 11111101 | 10111 | 1010001 | 0 | 1 | 100011011 | 1100010 | 111011 |
Color Harmonies of #C431FD
Complementary color
Monochromatic Colors of #C431FD
Black with #C431FD
Text Example
Text Example
White with #C431FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C431FD; }
p { color: rgb(196,49,253); }
H1.HeaderClassName
{
color: #C431FD;
}
.AnyTagClassName
{
color: #C431FD;
}
</style>
background-color css
<style>
a { background-color: #C431FD; }
a { background-color: rgb(196,49,253); }
div.DivClassName
{
background-color: #C431FD;
}
.BgClassName
{
background-color: #C431FD;
}
</style>
border-color css
<style>
span { border-color: #C431FD; }
span { border-color: rgb(196,49,253); }
td.TdClassName
{
border-color: #C431FD;
}
.TagClassName
{
border-color: #C431FD;
}
</style>