Shades of Electric Purple #C422F1
Tints of Electric Purple #C422F1
RGB
CMYK
RGB Variations
Color information
#C422F1 (or 0xC422F1) is known color: Electric Purple. HEX triplet: C4, 22 and F1. RGB value is (196,34,241). Sum of RGB (Red+Green+Blue) = 196+34+241=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 34 (13.67% from 255 or 7.22% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #C422F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C422F1 is #3BDD0E. Grayscale: #696969. Windows color (decimal): -3923215 or 15803076. OLE color: 15803076.
HSL color Cylindrical-coordinate representation of color #C422F1: hue angle of 286.96º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C422F1 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 34 | 241 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.05 |
| HSL | 286.96º | 0.88% | 0.54% | - |
| HSV(B) | 286.96º | 0.86% | 0.95% | - |
| XYZ | 39.21 | 19.23 | 84.86 | - |
| YUV | 106.04 | 204.17 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 241 | 0.19 | 0.86 | 0 | 0.05 | 286.96 | 0.88 | 0.54 |
| Hex | C4 | 22 | F1 | 13 | 56 | 0 | 5 | 11F | 58 | 36 |
| Octal | 304 | 42 | 361 | 23 | 126 | 0 | 5 | 437 | 130 | 66 |
| Binary | 11000100 | 100010 | 11110001 | 10011 | 1010110 | 0 | 101 | 100011111 | 1011000 | 110110 |
Color Harmonies of #C422F1
Complementary color
Monochromatic Colors of #C422F1
Black with #C422F1
Text Example
Text Example
White with #C422F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C422F1; }
p { color: rgb(196,34,241); }
H1.HeaderClassName
{
color: #C422F1;
}
.AnyTagClassName
{
color: #C422F1;
}
</style>
background-color css
<style>
a { background-color: #C422F1; }
a { background-color: rgb(196,34,241); }
div.DivClassName
{
background-color: #C422F1;
}
.BgClassName
{
background-color: #C422F1;
}
</style>
border-color css
<style>
span { border-color: #C422F1; }
span { border-color: rgb(196,34,241); }
td.TdClassName
{
border-color: #C422F1;
}
.TagClassName
{
border-color: #C422F1;
}
</style>