Shades of Electric Purple #C41BFE
Tints of Electric Purple #C41BFE
RGB
CMYK
RGB Variations
Color information
#C41BFE (or 0xC41BFE) is known color: Electric Purple. HEX triplet: C4, 1B and FE. RGB value is (196,27,254). Sum of RGB (Red+Green+Blue) = 196+27+254=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 27 (10.94% from 255 or 5.66% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #C41BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41BFE is #3BE401. Grayscale: #666666. Windows color (decimal): -3924994 or 16653252. OLE color: 16653252.
HSL color Cylindrical-coordinate representation of color #C41BFE: hue angle of 284.67º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41BFE is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 27 | 254 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.00 |
| HSL | 284.67º | 0.99% | 0.55% | - |
| HSV(B) | 284.67º | 0.89% | 1% | - |
| XYZ | 41.05 | 19.68 | 95.4 | - |
| YUV | 103.41 | 212.99 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 254 | 0.23 | 0.89 | 0 | 0.00 | 284.67 | 0.99 | 0.55 |
| Hex | C4 | 1B | FE | 17 | 59 | 0 | 0 | 11D | 63 | 37 |
| Octal | 304 | 33 | 376 | 27 | 131 | 0 | 0 | 435 | 143 | 67 |
| Binary | 11000100 | 11011 | 11111110 | 10111 | 1011001 | 0 | 0 | 100011101 | 1100011 | 110111 |
Color Harmonies of #C41BFE
Complementary color
Monochromatic Colors of #C41BFE
Black with #C41BFE
Text Example
Text Example
White with #C41BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41BFE; }
p { color: rgb(196,27,254); }
H1.HeaderClassName
{
color: #C41BFE;
}
.AnyTagClassName
{
color: #C41BFE;
}
</style>
background-color css
<style>
a { background-color: #C41BFE; }
a { background-color: rgb(196,27,254); }
div.DivClassName
{
background-color: #C41BFE;
}
.BgClassName
{
background-color: #C41BFE;
}
</style>
border-color css
<style>
span { border-color: #C41BFE; }
span { border-color: rgb(196,27,254); }
td.TdClassName
{
border-color: #C41BFE;
}
.TagClassName
{
border-color: #C41BFE;
}
</style>