Shades of Electric Purple #C42AFD
Tints of Electric Purple #C42AFD
RGB
CMYK
RGB Variations
Color information
#C42AFD (or 0xC42AFD) is known color: Electric Purple. HEX triplet: C4, 2A and FD. RGB value is (196,42,253). Sum of RGB (Red+Green+Blue) = 196+42+253=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 42 (16.80% from 255 or 8.55% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #C42AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42AFD is #3BD502. Grayscale: #6F6F6F. Windows color (decimal): -3921155 or 16591556. OLE color: 16591556.
HSL color Cylindrical-coordinate representation of color #C42AFD: hue angle of 283.79º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42AFD is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 42 | 253 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.01 |
| HSL | 283.79º | 0.98% | 0.58% | - |
| HSV(B) | 283.79º | 0.83% | 0.99% | - |
| XYZ | 41.32 | 20.48 | 94.7 | - |
| YUV | 112.1 | 207.52 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 253 | 0.23 | 0.83 | 0 | 0.01 | 283.79 | 0.98 | 0.58 |
| Hex | C4 | 2A | FD | 17 | 53 | 0 | 1 | 11C | 62 | 3A |
| Octal | 304 | 52 | 375 | 27 | 123 | 0 | 1 | 434 | 142 | 72 |
| Binary | 11000100 | 101010 | 11111101 | 10111 | 1010011 | 0 | 1 | 100011100 | 1100010 | 111010 |
Color Harmonies of #C42AFD
Complementary color
Monochromatic Colors of #C42AFD
Black with #C42AFD
Text Example
Text Example
White with #C42AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42AFD; }
p { color: rgb(196,42,253); }
H1.HeaderClassName
{
color: #C42AFD;
}
.AnyTagClassName
{
color: #C42AFD;
}
</style>
background-color css
<style>
a { background-color: #C42AFD; }
a { background-color: rgb(196,42,253); }
div.DivClassName
{
background-color: #C42AFD;
}
.BgClassName
{
background-color: #C42AFD;
}
</style>
border-color css
<style>
span { border-color: #C42AFD; }
span { border-color: rgb(196,42,253); }
td.TdClassName
{
border-color: #C42AFD;
}
.TagClassName
{
border-color: #C42AFD;
}
</style>