Shades of Electric Purple #C427F1
Tints of Electric Purple #C427F1
RGB
CMYK
RGB Variations
Color information
#C427F1 (or 0xC427F1) is known color: Electric Purple. HEX triplet: C4, 27 and F1. RGB value is (196,39,241). Sum of RGB (Red+Green+Blue) = 196+39+241=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 39 (15.62% from 255 or 8.19% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #C427F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C427F1 is #3BD80E. Grayscale: #6C6C6C. Windows color (decimal): -3921935 or 15804356. OLE color: 15804356.
HSL color Cylindrical-coordinate representation of color #C427F1: hue angle of 286.63º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C427F1 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 39 | 241 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.05 |
| HSL | 286.63º | 0.88% | 0.55% | - |
| HSV(B) | 286.63º | 0.84% | 0.95% | - |
| XYZ | 39.37 | 19.54 | 84.92 | - |
| YUV | 108.97 | 202.51 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 241 | 0.19 | 0.84 | 0 | 0.05 | 286.63 | 0.88 | 0.55 |
| Hex | C4 | 27 | F1 | 13 | 54 | 0 | 5 | 11F | 58 | 37 |
| Octal | 304 | 47 | 361 | 23 | 124 | 0 | 5 | 437 | 130 | 67 |
| Binary | 11000100 | 100111 | 11110001 | 10011 | 1010100 | 0 | 101 | 100011111 | 1011000 | 110111 |
Color Harmonies of #C427F1
Complementary color
Monochromatic Colors of #C427F1
Black with #C427F1
Text Example
Text Example
White with #C427F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C427F1; }
p { color: rgb(196,39,241); }
H1.HeaderClassName
{
color: #C427F1;
}
.AnyTagClassName
{
color: #C427F1;
}
</style>
background-color css
<style>
a { background-color: #C427F1; }
a { background-color: rgb(196,39,241); }
div.DivClassName
{
background-color: #C427F1;
}
.BgClassName
{
background-color: #C427F1;
}
</style>
border-color css
<style>
span { border-color: #C427F1; }
span { border-color: rgb(196,39,241); }
td.TdClassName
{
border-color: #C427F1;
}
.TagClassName
{
border-color: #C427F1;
}
</style>