Shades of Electric Purple #C41BFC
Tints of Electric Purple #C41BFC
RGB
CMYK
RGB Variations
Color information
#C41BFC (or 0xC41BFC) is known color: Electric Purple. HEX triplet: C4, 1B and FC. RGB value is (196,27,252). Sum of RGB (Red+Green+Blue) = 196+27+252=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 27 (10.94% from 255 or 5.68% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #C41BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41BFC is #3BE403. Grayscale: #666666. Windows color (decimal): -3924996 or 16522180. OLE color: 16522180.
HSL color Cylindrical-coordinate representation of color #C41BFC: hue angle of 285.07º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41BFC is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 27 | 252 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.01 |
| HSL | 285.07º | 0.97% | 0.55% | - |
| HSV(B) | 285.07º | 0.89% | 0.99% | - |
| XYZ | 40.73 | 19.55 | 93.72 | - |
| YUV | 103.18 | 211.99 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 252 | 0.22 | 0.89 | 0 | 0.01 | 285.07 | 0.97 | 0.55 |
| Hex | C4 | 1B | FC | 16 | 59 | 0 | 1 | 11D | 61 | 37 |
| Octal | 304 | 33 | 374 | 26 | 131 | 0 | 1 | 435 | 141 | 67 |
| Binary | 11000100 | 11011 | 11111100 | 10110 | 1011001 | 0 | 1 | 100011101 | 1100001 | 110111 |
Color Harmonies of #C41BFC
Complementary color
Monochromatic Colors of #C41BFC
Black with #C41BFC
Text Example
Text Example
White with #C41BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41BFC; }
p { color: rgb(196,27,252); }
H1.HeaderClassName
{
color: #C41BFC;
}
.AnyTagClassName
{
color: #C41BFC;
}
</style>
background-color css
<style>
a { background-color: #C41BFC; }
a { background-color: rgb(196,27,252); }
div.DivClassName
{
background-color: #C41BFC;
}
.BgClassName
{
background-color: #C41BFC;
}
</style>
border-color css
<style>
span { border-color: #C41BFC; }
span { border-color: rgb(196,27,252); }
td.TdClassName
{
border-color: #C41BFC;
}
.TagClassName
{
border-color: #C41BFC;
}
</style>