Shades of Electric Purple #C40BFC
Tints of Electric Purple #C40BFC
RGB
CMYK
RGB Variations
Color information
#C40BFC (or 0xC40BFC) is known color: Electric Purple. HEX triplet: C4, 0B and FC. RGB value is (196,11,252). Sum of RGB (Red+Green+Blue) = 196+11+252=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 11 (4.69% from 255 or 2.40% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #C40BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40BFC is #3BF403. Grayscale: #5D5D5D. Windows color (decimal): -3929092 or 16518084. OLE color: 16518084.
HSL color Cylindrical-coordinate representation of color #C40BFC: hue angle of 286.06º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40BFC is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 11 | 252 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.01 |
| HSL | 286.06º | 0.98% | 0.52% | - |
| HSV(B) | 286.06º | 0.96% | 0.99% | - |
| XYZ | 40.46 | 19 | 93.63 | - |
| YUV | 93.79 | 217.29 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 252 | 0.22 | 0.96 | 0 | 0.01 | 286.06 | 0.98 | 0.52 |
| Hex | C4 | B | FC | 16 | 60 | 0 | 1 | 11E | 62 | 34 |
| Octal | 304 | 13 | 374 | 26 | 140 | 0 | 1 | 436 | 142 | 64 |
| Binary | 11000100 | 1011 | 11111100 | 10110 | 1100000 | 0 | 1 | 100011110 | 1100010 | 110100 |
Color Harmonies of #C40BFC
Complementary color
Monochromatic Colors of #C40BFC
Black with #C40BFC
Text Example
Text Example
White with #C40BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40BFC; }
p { color: rgb(196,11,252); }
H1.HeaderClassName
{
color: #C40BFC;
}
.AnyTagClassName
{
color: #C40BFC;
}
</style>
background-color css
<style>
a { background-color: #C40BFC; }
a { background-color: rgb(196,11,252); }
div.DivClassName
{
background-color: #C40BFC;
}
.BgClassName
{
background-color: #C40BFC;
}
</style>
border-color css
<style>
span { border-color: #C40BFC; }
span { border-color: rgb(196,11,252); }
td.TdClassName
{
border-color: #C40BFC;
}
.TagClassName
{
border-color: #C40BFC;
}
</style>