Shades of Electric Purple #C40AF3
Tints of Electric Purple #C40AF3
RGB
CMYK
RGB Variations
Color information
#C40AF3 (or 0xC40AF3) is known color: Electric Purple. HEX triplet: C4, 0A and F3. RGB value is (196,10,243). Sum of RGB (Red+Green+Blue) = 196+10+243=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 243 (95.31% from 255 or 54.12% from 449); Max value from RGB is 243 - color contains mainly: blue. Hex color #C40AF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40AF3 is #3BF50C. Grayscale: #5B5B5B. Windows color (decimal): -3929357 or 15928004. OLE color: 15928004.
HSL color Cylindrical-coordinate representation of color #C40AF3: hue angle of 287.9º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40AF3 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 10 | 243 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.05 |
| HSL | 287.9º | 0.92% | 0.5% | - |
| HSV(B) | 287.9º | 0.96% | 0.95% | - |
| XYZ | 39.05 | 18.42 | 86.29 | - |
| YUV | 92.18 | 213.12 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 243 | 0.19 | 0.96 | 0 | 0.05 | 287.9 | 0.92 | 0.5 |
| Hex | C4 | A | F3 | 13 | 60 | 0 | 5 | 120 | 5C | 32 |
| Octal | 304 | 12 | 363 | 23 | 140 | 0 | 5 | 440 | 134 | 62 |
| Binary | 11000100 | 1010 | 11110011 | 10011 | 1100000 | 0 | 101 | 100100000 | 1011100 | 110010 |
Color Harmonies of #C40AF3
Complementary color
Monochromatic Colors of #C40AF3
Black with #C40AF3
Text Example
Text Example
White with #C40AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40AF3; }
p { color: rgb(196,10,243); }
H1.HeaderClassName
{
color: #C40AF3;
}
.AnyTagClassName
{
color: #C40AF3;
}
</style>
background-color css
<style>
a { background-color: #C40AF3; }
a { background-color: rgb(196,10,243); }
div.DivClassName
{
background-color: #C40AF3;
}
.BgClassName
{
background-color: #C40AF3;
}
</style>
border-color css
<style>
span { border-color: #C40AF3; }
span { border-color: rgb(196,10,243); }
td.TdClassName
{
border-color: #C40AF3;
}
.TagClassName
{
border-color: #C40AF3;
}
</style>