Shades of Electric Purple #C433FB
Tints of Electric Purple #C433FB
RGB
CMYK
RGB Variations
Color information
#C433FB (or 0xC433FB) is known color: Electric Purple. HEX triplet: C4, 33 and FB. RGB value is (196,51,251). Sum of RGB (Red+Green+Blue) = 196+51+251=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 51 (20.31% from 255 or 10.24% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #C433FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C433FB is #3BCC04. Grayscale: #747474. Windows color (decimal): -3918853 or 16462788. OLE color: 16462788.
HSL color Cylindrical-coordinate representation of color #C433FB: hue angle of 283.5º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C433FB is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 51 | 251 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.02 |
| HSL | 283.5º | 0.96% | 0.59% | - |
| HSV(B) | 283.5º | 0.8% | 0.98% | - |
| XYZ | 41.36 | 21.07 | 93.15 | - |
| YUV | 117.16 | 203.54 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 251 | 0.22 | 0.80 | 0 | 0.02 | 283.5 | 0.96 | 0.59 |
| Hex | C4 | 33 | FB | 16 | 50 | 0 | 2 | 11C | 60 | 3B |
| Octal | 304 | 63 | 373 | 26 | 120 | 0 | 2 | 434 | 140 | 73 |
| Binary | 11000100 | 110011 | 11111011 | 10110 | 1010000 | 0 | 10 | 100011100 | 1100000 | 111011 |
Color Harmonies of #C433FB
Complementary color
Monochromatic Colors of #C433FB
Black with #C433FB
Text Example
Text Example
White with #C433FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C433FB; }
p { color: rgb(196,51,251); }
H1.HeaderClassName
{
color: #C433FB;
}
.AnyTagClassName
{
color: #C433FB;
}
</style>
background-color css
<style>
a { background-color: #C433FB; }
a { background-color: rgb(196,51,251); }
div.DivClassName
{
background-color: #C433FB;
}
.BgClassName
{
background-color: #C433FB;
}
</style>
border-color css
<style>
span { border-color: #C433FB; }
span { border-color: rgb(196,51,251); }
td.TdClassName
{
border-color: #C433FB;
}
.TagClassName
{
border-color: #C433FB;
}
</style>