Shades of Electric Purple #C41BFB
Tints of Electric Purple #C41BFB
RGB
CMYK
RGB Variations
Color information
#C41BFB (or 0xC41BFB) is known color: Electric Purple. HEX triplet: C4, 1B and FB. RGB value is (196,27,251). Sum of RGB (Red+Green+Blue) = 196+27+251=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 27 (10.94% from 255 or 5.70% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #C41BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41BFB is #3BE404. Grayscale: #666666. Windows color (decimal): -3924997 or 16456644. OLE color: 16456644.
HSL color Cylindrical-coordinate representation of color #C41BFB: hue angle of 285.27º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41BFB is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 27 | 251 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.02 |
| HSL | 285.27º | 0.97% | 0.55% | - |
| HSV(B) | 285.27º | 0.89% | 0.98% | - |
| XYZ | 40.57 | 19.48 | 92.89 | - |
| YUV | 103.07 | 211.49 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 251 | 0.22 | 0.89 | 0 | 0.02 | 285.27 | 0.97 | 0.55 |
| Hex | C4 | 1B | FB | 16 | 59 | 0 | 2 | 11D | 61 | 37 |
| Octal | 304 | 33 | 373 | 26 | 131 | 0 | 2 | 435 | 141 | 67 |
| Binary | 11000100 | 11011 | 11111011 | 10110 | 1011001 | 0 | 10 | 100011101 | 1100001 | 110111 |
Color Harmonies of #C41BFB
Complementary color
Monochromatic Colors of #C41BFB
Black with #C41BFB
Text Example
Text Example
White with #C41BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41BFB; }
p { color: rgb(196,27,251); }
H1.HeaderClassName
{
color: #C41BFB;
}
.AnyTagClassName
{
color: #C41BFB;
}
</style>
background-color css
<style>
a { background-color: #C41BFB; }
a { background-color: rgb(196,27,251); }
div.DivClassName
{
background-color: #C41BFB;
}
.BgClassName
{
background-color: #C41BFB;
}
</style>
border-color css
<style>
span { border-color: #C41BFB; }
span { border-color: rgb(196,27,251); }
td.TdClassName
{
border-color: #C41BFB;
}
.TagClassName
{
border-color: #C41BFB;
}
</style>