Shades of Electric Purple #C41AFB
Tints of Electric Purple #C41AFB
RGB
CMYK
RGB Variations
Color information
#C41AFB (or 0xC41AFB) is known color: Electric Purple. HEX triplet: C4, 1A and FB. RGB value is (196,26,251). Sum of RGB (Red+Green+Blue) = 196+26+251=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #C41AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41AFB is #3BE504. Grayscale: #656565. Windows color (decimal): -3925253 or 16456388. OLE color: 16456388.
HSL color Cylindrical-coordinate representation of color #C41AFB: hue angle of 285.33º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41AFB is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 26 | 251 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.02 |
| HSL | 285.33º | 0.97% | 0.54% | - |
| HSV(B) | 285.33º | 0.9% | 0.98% | - |
| XYZ | 40.55 | 19.44 | 92.88 | - |
| YUV | 102.48 | 211.82 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 251 | 0.22 | 0.90 | 0 | 0.02 | 285.33 | 0.97 | 0.54 |
| Hex | C4 | 1A | FB | 16 | 5A | 0 | 2 | 11D | 61 | 36 |
| Octal | 304 | 32 | 373 | 26 | 132 | 0 | 2 | 435 | 141 | 66 |
| Binary | 11000100 | 11010 | 11111011 | 10110 | 1011010 | 0 | 10 | 100011101 | 1100001 | 110110 |
Color Harmonies of #C41AFB
Complementary color
Monochromatic Colors of #C41AFB
Black with #C41AFB
Text Example
Text Example
White with #C41AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41AFB; }
p { color: rgb(196,26,251); }
H1.HeaderClassName
{
color: #C41AFB;
}
.AnyTagClassName
{
color: #C41AFB;
}
</style>
background-color css
<style>
a { background-color: #C41AFB; }
a { background-color: rgb(196,26,251); }
div.DivClassName
{
background-color: #C41AFB;
}
.BgClassName
{
background-color: #C41AFB;
}
</style>
border-color css
<style>
span { border-color: #C41AFB; }
span { border-color: rgb(196,26,251); }
td.TdClassName
{
border-color: #C41AFB;
}
.TagClassName
{
border-color: #C41AFB;
}
</style>