Shades of Electric Purple #C430FE
Tints of Electric Purple #C430FE
RGB
CMYK
RGB Variations
Color information
#C430FE (or 0xC430FE) is known color: Electric Purple. HEX triplet: C4, 30 and FE. RGB value is (196,48,254). Sum of RGB (Red+Green+Blue) = 196+48+254=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 48 (19.14% from 255 or 9.64% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #C430FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C430FE is #3BCF01. Grayscale: #737373. Windows color (decimal): -3919618 or 16658628. OLE color: 16658628.
HSL color Cylindrical-coordinate representation of color #C430FE: hue angle of 283.11º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C430FE is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 48 | 254 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.00 |
| HSL | 283.11º | 0.99% | 0.59% | - |
| HSV(B) | 283.11º | 0.81% | 1% | - |
| XYZ | 41.71 | 21.01 | 95.62 | - |
| YUV | 115.74 | 206.03 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 254 | 0.23 | 0.81 | 0 | 0.00 | 283.11 | 0.99 | 0.59 |
| Hex | C4 | 30 | FE | 17 | 51 | 0 | 0 | 11B | 63 | 3B |
| Octal | 304 | 60 | 376 | 27 | 121 | 0 | 0 | 433 | 143 | 73 |
| Binary | 11000100 | 110000 | 11111110 | 10111 | 1010001 | 0 | 0 | 100011011 | 1100011 | 111011 |
Color Harmonies of #C430FE
Complementary color
Monochromatic Colors of #C430FE
Black with #C430FE
Text Example
Text Example
White with #C430FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C430FE; }
p { color: rgb(196,48,254); }
H1.HeaderClassName
{
color: #C430FE;
}
.AnyTagClassName
{
color: #C430FE;
}
</style>
background-color css
<style>
a { background-color: #C430FE; }
a { background-color: rgb(196,48,254); }
div.DivClassName
{
background-color: #C430FE;
}
.BgClassName
{
background-color: #C430FE;
}
</style>
border-color css
<style>
span { border-color: #C430FE; }
span { border-color: rgb(196,48,254); }
td.TdClassName
{
border-color: #C430FE;
}
.TagClassName
{
border-color: #C430FE;
}
</style>