Shades of Electric Purple #C42FF6
Tints of Electric Purple #C42FF6
RGB
CMYK
RGB Variations
Color information
#C42FF6 (or 0xC42FF6) is known color: Electric Purple. HEX triplet: C4, 2F and F6. RGB value is (196,47,246). Sum of RGB (Red+Green+Blue) = 196+47+246=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 47 (18.75% from 255 or 9.61% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #C42FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42FF6 is #3BD009. Grayscale: #717171. Windows color (decimal): -3919882 or 16134084. OLE color: 16134084.
HSL color Cylindrical-coordinate representation of color #C42FF6: hue angle of 284.92º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42FF6 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 47 | 246 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.04 |
| HSL | 284.92º | 0.92% | 0.57% | - |
| HSV(B) | 284.92º | 0.81% | 0.96% | - |
| XYZ | 40.42 | 20.42 | 89 | - |
| YUV | 114.24 | 202.36 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 246 | 0.20 | 0.81 | 0 | 0.04 | 284.92 | 0.92 | 0.57 |
| Hex | C4 | 2F | F6 | 14 | 51 | 0 | 4 | 11D | 5C | 39 |
| Octal | 304 | 57 | 366 | 24 | 121 | 0 | 4 | 435 | 134 | 71 |
| Binary | 11000100 | 101111 | 11110110 | 10100 | 1010001 | 0 | 100 | 100011101 | 1011100 | 111001 |
Color Harmonies of #C42FF6
Complementary color
Monochromatic Colors of #C42FF6
Black with #C42FF6
Text Example
Text Example
White with #C42FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42FF6; }
p { color: rgb(196,47,246); }
H1.HeaderClassName
{
color: #C42FF6;
}
.AnyTagClassName
{
color: #C42FF6;
}
</style>
background-color css
<style>
a { background-color: #C42FF6; }
a { background-color: rgb(196,47,246); }
div.DivClassName
{
background-color: #C42FF6;
}
.BgClassName
{
background-color: #C42FF6;
}
</style>
border-color css
<style>
span { border-color: #C42FF6; }
span { border-color: rgb(196,47,246); }
td.TdClassName
{
border-color: #C42FF6;
}
.TagClassName
{
border-color: #C42FF6;
}
</style>