Shades of Electric Purple #C430FC
Tints of Electric Purple #C430FC
RGB
CMYK
RGB Variations
Color information
#C430FC (or 0xC430FC) is known color: Electric Purple. HEX triplet: C4, 30 and FC. RGB value is (196,48,252). Sum of RGB (Red+Green+Blue) = 196+48+252=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 48 (19.14% from 255 or 9.68% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #C430FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C430FC is #3BCF03. Grayscale: #727272. Windows color (decimal): -3919620 or 16527556. OLE color: 16527556.
HSL color Cylindrical-coordinate representation of color #C430FC: hue angle of 283.53º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C430FC is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 48 | 252 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.01 |
| HSL | 283.53º | 0.97% | 0.59% | - |
| HSV(B) | 283.53º | 0.81% | 0.99% | - |
| XYZ | 41.39 | 20.88 | 93.94 | - |
| YUV | 115.51 | 205.03 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 252 | 0.22 | 0.81 | 0 | 0.01 | 283.53 | 0.97 | 0.59 |
| Hex | C4 | 30 | FC | 16 | 51 | 0 | 1 | 11C | 61 | 3B |
| Octal | 304 | 60 | 374 | 26 | 121 | 0 | 1 | 434 | 141 | 73 |
| Binary | 11000100 | 110000 | 11111100 | 10110 | 1010001 | 0 | 1 | 100011100 | 1100001 | 111011 |
Color Harmonies of #C430FC
Complementary color
Monochromatic Colors of #C430FC
Black with #C430FC
Text Example
Text Example
White with #C430FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C430FC; }
p { color: rgb(196,48,252); }
H1.HeaderClassName
{
color: #C430FC;
}
.AnyTagClassName
{
color: #C430FC;
}
</style>
background-color css
<style>
a { background-color: #C430FC; }
a { background-color: rgb(196,48,252); }
div.DivClassName
{
background-color: #C430FC;
}
.BgClassName
{
background-color: #C430FC;
}
</style>
border-color css
<style>
span { border-color: #C430FC; }
span { border-color: rgb(196,48,252); }
td.TdClassName
{
border-color: #C430FC;
}
.TagClassName
{
border-color: #C430FC;
}
</style>