Shades of Electric Purple #C40AFB
Tints of Electric Purple #C40AFB
RGB
CMYK
RGB Variations
Color information
#C40AFB (or 0xC40AFB) is known color: Electric Purple. HEX triplet: C4, 0A and FB. RGB value is (196,10,251). Sum of RGB (Red+Green+Blue) = 196+10+251=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #C40AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40AFB is #3BF504. Grayscale: #5C5C5C. Windows color (decimal): -3929349 or 16452292. OLE color: 16452292.
HSL color Cylindrical-coordinate representation of color #C40AFB: hue angle of 286.31º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40AFB is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 10 | 251 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.02 |
| HSL | 286.31º | 0.97% | 0.51% | - |
| HSV(B) | 286.31º | 0.96% | 0.98% | - |
| XYZ | 40.29 | 18.92 | 92.8 | - |
| YUV | 93.09 | 217.12 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 251 | 0.22 | 0.96 | 0 | 0.02 | 286.31 | 0.97 | 0.51 |
| Hex | C4 | A | FB | 16 | 60 | 0 | 2 | 11E | 61 | 33 |
| Octal | 304 | 12 | 373 | 26 | 140 | 0 | 2 | 436 | 141 | 63 |
| Binary | 11000100 | 1010 | 11111011 | 10110 | 1100000 | 0 | 10 | 100011110 | 1100001 | 110011 |
Color Harmonies of #C40AFB
Complementary color
Monochromatic Colors of #C40AFB
Black with #C40AFB
Text Example
Text Example
White with #C40AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40AFB; }
p { color: rgb(196,10,251); }
H1.HeaderClassName
{
color: #C40AFB;
}
.AnyTagClassName
{
color: #C40AFB;
}
</style>
background-color css
<style>
a { background-color: #C40AFB; }
a { background-color: rgb(196,10,251); }
div.DivClassName
{
background-color: #C40AFB;
}
.BgClassName
{
background-color: #C40AFB;
}
</style>
border-color css
<style>
span { border-color: #C40AFB; }
span { border-color: rgb(196,10,251); }
td.TdClassName
{
border-color: #C40AFB;
}
.TagClassName
{
border-color: #C40AFB;
}
</style>