Shades of Electric Purple #C419FF
Tints of Electric Purple #C419FF
RGB
CMYK
RGB Variations
Color information
#C419FF (or 0xC419FF) is known color: Electric Purple. HEX triplet: C4, 19 and FF. RGB value is (196,25,255). Sum of RGB (Red+Green+Blue) = 196+25+255=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #C419FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C419FF is #3BE600. Grayscale: #656565. Windows color (decimal): -3925505 or 16718276. OLE color: 16718276.
HSL color Cylindrical-coordinate representation of color #C419FF: hue angle of 284.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C419FF is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 25 | 255 | - |
| CMYK | 0.23 | 0.90 | 0 | 0 |
| HSL | 284.61º | 1% | 0.55% | - |
| HSV(B) | 284.61º | 0.9% | 1% | - |
| XYZ | 41.16 | 19.65 | 96.23 | - |
| YUV | 102.35 | 214.15 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 255 | 0.23 | 0.90 | 0 | 0 | 284.61 | 1 | 0.55 |
| Hex | C4 | 19 | FF | 17 | 5A | 0 | 0 | 11D | 64 | 37 |
| Octal | 304 | 31 | 377 | 27 | 132 | 0 | 0 | 435 | 144 | 67 |
| Binary | 11000100 | 11001 | 11111111 | 10111 | 1011010 | 0 | 0 | 100011101 | 1100100 | 110111 |
Color Harmonies of #C419FF
Complementary color
Monochromatic Colors of #C419FF
Black with #C419FF
Text Example
Text Example
White with #C419FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C419FF; }
p { color: rgb(196,25,255); }
H1.HeaderClassName
{
color: #C419FF;
}
.AnyTagClassName
{
color: #C419FF;
}
</style>
background-color css
<style>
a { background-color: #C419FF; }
a { background-color: rgb(196,25,255); }
div.DivClassName
{
background-color: #C419FF;
}
.BgClassName
{
background-color: #C419FF;
}
</style>
border-color css
<style>
span { border-color: #C419FF; }
span { border-color: rgb(196,25,255); }
td.TdClassName
{
border-color: #C419FF;
}
.TagClassName
{
border-color: #C419FF;
}
</style>