Shades of Electric Purple #C21BF8
Tints of Electric Purple #C21BF8
RGB
CMYK
RGB Variations
Color information
#C21BF8 (or 0xC21BF8) is known color: Electric Purple. HEX triplet: C2, 1B and F8. RGB value is (194,27,248). Sum of RGB (Red+Green+Blue) = 194+27+248=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 27 (10.94% from 255 or 5.76% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #C21BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21BF8 is #3DE407. Grayscale: #656565. Windows color (decimal): -4056072 or 16260034. OLE color: 16260034.
HSL color Cylindrical-coordinate representation of color #C21BF8: hue angle of 285.34º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21BF8 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 27 | 248 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.03 |
| HSL | 285.34º | 0.94% | 0.54% | - |
| HSV(B) | 285.34º | 0.89% | 0.97% | - |
| XYZ | 39.58 | 19.03 | 90.39 | - |
| YUV | 102.13 | 210.33 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 248 | 0.22 | 0.89 | 0 | 0.03 | 285.34 | 0.94 | 0.54 |
| Hex | C2 | 1B | F8 | 16 | 59 | 0 | 3 | 11D | 5E | 36 |
| Octal | 302 | 33 | 370 | 26 | 131 | 0 | 3 | 435 | 136 | 66 |
| Binary | 11000010 | 11011 | 11111000 | 10110 | 1011001 | 0 | 11 | 100011101 | 1011110 | 110110 |
Color Harmonies of #C21BF8
Complementary color
Monochromatic Colors of #C21BF8
Black with #C21BF8
Text Example
Text Example
White with #C21BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21BF8; }
p { color: rgb(194,27,248); }
H1.HeaderClassName
{
color: #C21BF8;
}
.AnyTagClassName
{
color: #C21BF8;
}
</style>
background-color css
<style>
a { background-color: #C21BF8; }
a { background-color: rgb(194,27,248); }
div.DivClassName
{
background-color: #C21BF8;
}
.BgClassName
{
background-color: #C21BF8;
}
</style>
border-color css
<style>
span { border-color: #C21BF8; }
span { border-color: rgb(194,27,248); }
td.TdClassName
{
border-color: #C21BF8;
}
.TagClassName
{
border-color: #C21BF8;
}
</style>