Shades of Electric Purple #C431FF
Tints of Electric Purple #C431FF
RGB
CMYK
RGB Variations
Color information
#C431FF (or 0xC431FF) is known color: Electric Purple. HEX triplet: C4, 31 and FF. RGB value is (196,49,255). Sum of RGB (Red+Green+Blue) = 196+49+255=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 49 (19.53% from 255 or 9.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #C431FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C431FF is #3BCE00. Grayscale: #737373. Windows color (decimal): -3919361 or 16724420. OLE color: 16724420.
HSL color Cylindrical-coordinate representation of color #C431FF: hue angle of 282.82º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C431FF is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 49 | 255 | - |
| CMYK | 0.23 | 0.81 | 0 | 0 |
| HSL | 282.82º | 1% | 0.6% | - |
| HSV(B) | 282.82º | 0.81% | 1% | - |
| XYZ | 41.91 | 21.15 | 96.48 | - |
| YUV | 116.44 | 206.2 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 255 | 0.23 | 0.81 | 0 | 0 | 282.82 | 1 | 0.6 |
| Hex | C4 | 31 | FF | 17 | 51 | 0 | 0 | 11B | 64 | 3C |
| Octal | 304 | 61 | 377 | 27 | 121 | 0 | 0 | 433 | 144 | 74 |
| Binary | 11000100 | 110001 | 11111111 | 10111 | 1010001 | 0 | 0 | 100011011 | 1100100 | 111100 |
Color Harmonies of #C431FF
Complementary color
Monochromatic Colors of #C431FF
Black with #C431FF
Text Example
Text Example
White with #C431FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C431FF; }
p { color: rgb(196,49,255); }
H1.HeaderClassName
{
color: #C431FF;
}
.AnyTagClassName
{
color: #C431FF;
}
</style>
background-color css
<style>
a { background-color: #C431FF; }
a { background-color: rgb(196,49,255); }
div.DivClassName
{
background-color: #C431FF;
}
.BgClassName
{
background-color: #C431FF;
}
</style>
border-color css
<style>
span { border-color: #C431FF; }
span { border-color: rgb(196,49,255); }
td.TdClassName
{
border-color: #C431FF;
}
.TagClassName
{
border-color: #C431FF;
}
</style>