Shades of Electric Purple #C40FFB
Tints of Electric Purple #C40FFB
RGB
CMYK
RGB Variations
Color information
#C40FFB (or 0xC40FFB) is known color: Electric Purple. HEX triplet: C4, 0F and FB. RGB value is (196,15,251). Sum of RGB (Red+Green+Blue) = 196+15+251=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 15 (6.25% from 255 or 3.25% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #C40FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40FFB is #3BF004. Grayscale: #5F5F5F. Windows color (decimal): -3928069 or 16453572. OLE color: 16453572.
HSL color Cylindrical-coordinate representation of color #C40FFB: hue angle of 286.02º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40FFB is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 15 | 251 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.02 |
| HSL | 286.02º | 0.97% | 0.52% | - |
| HSV(B) | 286.02º | 0.94% | 0.98% | - |
| XYZ | 40.35 | 19.04 | 92.82 | - |
| YUV | 96.02 | 215.47 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 251 | 0.22 | 0.94 | 0 | 0.02 | 286.02 | 0.97 | 0.52 |
| Hex | C4 | F | FB | 16 | 5E | 0 | 2 | 11E | 61 | 34 |
| Octal | 304 | 17 | 373 | 26 | 136 | 0 | 2 | 436 | 141 | 64 |
| Binary | 11000100 | 1111 | 11111011 | 10110 | 1011110 | 0 | 10 | 100011110 | 1100001 | 110100 |
Color Harmonies of #C40FFB
Complementary color
Monochromatic Colors of #C40FFB
Black with #C40FFB
Text Example
Text Example
White with #C40FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FFB; }
p { color: rgb(196,15,251); }
H1.HeaderClassName
{
color: #C40FFB;
}
.AnyTagClassName
{
color: #C40FFB;
}
</style>
background-color css
<style>
a { background-color: #C40FFB; }
a { background-color: rgb(196,15,251); }
div.DivClassName
{
background-color: #C40FFB;
}
.BgClassName
{
background-color: #C40FFB;
}
</style>
border-color css
<style>
span { border-color: #C40FFB; }
span { border-color: rgb(196,15,251); }
td.TdClassName
{
border-color: #C40FFB;
}
.TagClassName
{
border-color: #C40FFB;
}
</style>