Shades of Electric Purple #C41BFF
Tints of Electric Purple #C41BFF
RGB
CMYK
RGB Variations
Color information
#C41BFF (or 0xC41BFF) is known color: Electric Purple. HEX triplet: C4, 1B and FF. RGB value is (196,27,255). Sum of RGB (Red+Green+Blue) = 196+27+255=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 27 (10.94% from 255 or 5.65% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #C41BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41BFF is #3BE400. Grayscale: #666666. Windows color (decimal): -3924993 or 16718788. OLE color: 16718788.
HSL color Cylindrical-coordinate representation of color #C41BFF: hue angle of 284.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41BFF is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 27 | 255 | - |
| CMYK | 0.23 | 0.89 | 0 | 0 |
| HSL | 284.47º | 1% | 0.55% | - |
| HSV(B) | 284.47º | 0.89% | 1% | - |
| XYZ | 41.21 | 19.74 | 96.25 | - |
| YUV | 103.52 | 213.49 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 255 | 0.23 | 0.89 | 0 | 0 | 284.47 | 1 | 0.55 |
| Hex | C4 | 1B | FF | 17 | 59 | 0 | 0 | 11C | 64 | 37 |
| Octal | 304 | 33 | 377 | 27 | 131 | 0 | 0 | 434 | 144 | 67 |
| Binary | 11000100 | 11011 | 11111111 | 10111 | 1011001 | 0 | 0 | 100011100 | 1100100 | 110111 |
Color Harmonies of #C41BFF
Complementary color
Monochromatic Colors of #C41BFF
Black with #C41BFF
Text Example
Text Example
White with #C41BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41BFF; }
p { color: rgb(196,27,255); }
H1.HeaderClassName
{
color: #C41BFF;
}
.AnyTagClassName
{
color: #C41BFF;
}
</style>
background-color css
<style>
a { background-color: #C41BFF; }
a { background-color: rgb(196,27,255); }
div.DivClassName
{
background-color: #C41BFF;
}
.BgClassName
{
background-color: #C41BFF;
}
</style>
border-color css
<style>
span { border-color: #C41BFF; }
span { border-color: rgb(196,27,255); }
td.TdClassName
{
border-color: #C41BFF;
}
.TagClassName
{
border-color: #C41BFF;
}
</style>