Shades of Electric Purple #C40CFF
Tints of Electric Purple #C40CFF
RGB
CMYK
RGB Variations
Color information
#C40CFF (or 0xC40CFF) is known color: Electric Purple. HEX triplet: C4, 0C and FF. RGB value is (196,12,255). Sum of RGB (Red+Green+Blue) = 196+12+255=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #C40CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40CFF is #3BF300. Grayscale: #5D5D5D. Windows color (decimal): -3928833 or 16714948. OLE color: 16714948.
HSL color Cylindrical-coordinate representation of color #C40CFF: hue angle of 285.43º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40CFF is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 12 | 255 | - |
| CMYK | 0.23 | 0.95 | 0 | 0 |
| HSL | 285.43º | 1% | 0.52% | - |
| HSV(B) | 285.43º | 0.95% | 1% | - |
| XYZ | 40.95 | 19.22 | 96.16 | - |
| YUV | 94.72 | 218.46 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 255 | 0.23 | 0.95 | 0 | 0 | 285.43 | 1 | 0.52 |
| Hex | C4 | C | FF | 17 | 5F | 0 | 0 | 11D | 64 | 34 |
| Octal | 304 | 14 | 377 | 27 | 137 | 0 | 0 | 435 | 144 | 64 |
| Binary | 11000100 | 1100 | 11111111 | 10111 | 1011111 | 0 | 0 | 100011101 | 1100100 | 110100 |
Color Harmonies of #C40CFF
Complementary color
Monochromatic Colors of #C40CFF
Black with #C40CFF
Text Example
Text Example
White with #C40CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40CFF; }
p { color: rgb(196,12,255); }
H1.HeaderClassName
{
color: #C40CFF;
}
.AnyTagClassName
{
color: #C40CFF;
}
</style>
background-color css
<style>
a { background-color: #C40CFF; }
a { background-color: rgb(196,12,255); }
div.DivClassName
{
background-color: #C40CFF;
}
.BgClassName
{
background-color: #C40CFF;
}
</style>
border-color css
<style>
span { border-color: #C40CFF; }
span { border-color: rgb(196,12,255); }
td.TdClassName
{
border-color: #C40CFF;
}
.TagClassName
{
border-color: #C40CFF;
}
</style>