Shades of Electric Purple #C418FB
Tints of Electric Purple #C418FB
RGB
CMYK
RGB Variations
Color information
#C418FB (or 0xC418FB) is known color: Electric Purple. HEX triplet: C4, 18 and FB. RGB value is (196,24,251). Sum of RGB (Red+Green+Blue) = 196+24+251=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 24 (9.77% from 255 or 5.10% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #C418FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C418FB is #3BE704. Grayscale: #646464. Windows color (decimal): -3925765 or 16455876. OLE color: 16455876.
HSL color Cylindrical-coordinate representation of color #C418FB: hue angle of 285.46º 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 #C418FB is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 24 | 251 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.02 |
| HSL | 285.46º | 0.97% | 0.54% | - |
| HSV(B) | 285.46º | 0.9% | 0.98% | - |
| XYZ | 40.5 | 19.35 | 92.87 | - |
| YUV | 101.31 | 212.48 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 251 | 0.22 | 0.90 | 0 | 0.02 | 285.46 | 0.97 | 0.54 |
| Hex | C4 | 18 | FB | 16 | 5A | 0 | 2 | 11D | 61 | 36 |
| Octal | 304 | 30 | 373 | 26 | 132 | 0 | 2 | 435 | 141 | 66 |
| Binary | 11000100 | 11000 | 11111011 | 10110 | 1011010 | 0 | 10 | 100011101 | 1100001 | 110110 |
Color Harmonies of #C418FB
Complementary color
Monochromatic Colors of #C418FB
Black with #C418FB
Text Example
Text Example
White with #C418FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C418FB; }
p { color: rgb(196,24,251); }
H1.HeaderClassName
{
color: #C418FB;
}
.AnyTagClassName
{
color: #C418FB;
}
</style>
background-color css
<style>
a { background-color: #C418FB; }
a { background-color: rgb(196,24,251); }
div.DivClassName
{
background-color: #C418FB;
}
.BgClassName
{
background-color: #C418FB;
}
</style>
border-color css
<style>
span { border-color: #C418FB; }
span { border-color: rgb(196,24,251); }
td.TdClassName
{
border-color: #C418FB;
}
.TagClassName
{
border-color: #C418FB;
}
</style>