Shades of Electric Purple #C430FB
Tints of Electric Purple #C430FB
RGB
CMYK
RGB Variations
Color information
#C430FB (or 0xC430FB) is known color: Electric Purple. HEX triplet: C4, 30 and FB. RGB value is (196,48,251). Sum of RGB (Red+Green+Blue) = 196+48+251=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 48 (19.14% from 255 or 9.70% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #C430FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C430FB is #3BCF04. Grayscale: #727272. Windows color (decimal): -3919621 or 16462020. OLE color: 16462020.
HSL color Cylindrical-coordinate representation of color #C430FB: hue angle of 283.74º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C430FB is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 48 | 251 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.02 |
| HSL | 283.74º | 0.96% | 0.59% | - |
| HSV(B) | 283.74º | 0.81% | 0.98% | - |
| XYZ | 41.23 | 20.81 | 93.11 | - |
| YUV | 115.39 | 204.53 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 251 | 0.22 | 0.81 | 0 | 0.02 | 283.74 | 0.96 | 0.59 |
| Hex | C4 | 30 | FB | 16 | 51 | 0 | 2 | 11C | 60 | 3B |
| Octal | 304 | 60 | 373 | 26 | 121 | 0 | 2 | 434 | 140 | 73 |
| Binary | 11000100 | 110000 | 11111011 | 10110 | 1010001 | 0 | 10 | 100011100 | 1100000 | 111011 |
Color Harmonies of #C430FB
Complementary color
Monochromatic Colors of #C430FB
Black with #C430FB
Text Example
Text Example
White with #C430FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C430FB; }
p { color: rgb(196,48,251); }
H1.HeaderClassName
{
color: #C430FB;
}
.AnyTagClassName
{
color: #C430FB;
}
</style>
background-color css
<style>
a { background-color: #C430FB; }
a { background-color: rgb(196,48,251); }
div.DivClassName
{
background-color: #C430FB;
}
.BgClassName
{
background-color: #C430FB;
}
</style>
border-color css
<style>
span { border-color: #C430FB; }
span { border-color: rgb(196,48,251); }
td.TdClassName
{
border-color: #C430FB;
}
.TagClassName
{
border-color: #C430FB;
}
</style>