Shades of Electric Purple #C41BFA
Tints of Electric Purple #C41BFA
RGB
CMYK
RGB Variations
Color information
#C41BFA (or 0xC41BFA) is known color: Electric Purple. HEX triplet: C4, 1B and FA. RGB value is (196,27,250). Sum of RGB (Red+Green+Blue) = 196+27+250=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 27 (10.94% from 255 or 5.71% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #C41BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41BFA is #3BE405. Grayscale: #666666. Windows color (decimal): -3924998 or 16391108. OLE color: 16391108.
HSL color Cylindrical-coordinate representation of color #C41BFA: hue angle of 285.47º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41BFA is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 27 | 250 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.02 |
| HSL | 285.47º | 0.96% | 0.54% | - |
| HSV(B) | 285.47º | 0.89% | 0.98% | - |
| XYZ | 40.41 | 19.42 | 92.06 | - |
| YUV | 102.95 | 210.99 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 250 | 0.22 | 0.89 | 0 | 0.02 | 285.47 | 0.96 | 0.54 |
| Hex | C4 | 1B | FA | 16 | 59 | 0 | 2 | 11D | 60 | 36 |
| Octal | 304 | 33 | 372 | 26 | 131 | 0 | 2 | 435 | 140 | 66 |
| Binary | 11000100 | 11011 | 11111010 | 10110 | 1011001 | 0 | 10 | 100011101 | 1100000 | 110110 |
Color Harmonies of #C41BFA
Complementary color
Monochromatic Colors of #C41BFA
Black with #C41BFA
Text Example
Text Example
White with #C41BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41BFA; }
p { color: rgb(196,27,250); }
H1.HeaderClassName
{
color: #C41BFA;
}
.AnyTagClassName
{
color: #C41BFA;
}
</style>
background-color css
<style>
a { background-color: #C41BFA; }
a { background-color: rgb(196,27,250); }
div.DivClassName
{
background-color: #C41BFA;
}
.BgClassName
{
background-color: #C41BFA;
}
</style>
border-color css
<style>
span { border-color: #C41BFA; }
span { border-color: rgb(196,27,250); }
td.TdClassName
{
border-color: #C41BFA;
}
.TagClassName
{
border-color: #C41BFA;
}
</style>