Shades of Electric Purple #C831FB
Tints of Electric Purple #C831FB
RGB
CMYK
RGB Variations
Color information
#C831FB (or 0xC831FB) is known color: Electric Purple. HEX triplet: C8, 31 and FB. RGB value is (200,49,251). Sum of RGB (Red+Green+Blue) = 200+49+251=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 49 (19.53% from 255 or 9.8% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #C831FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C831FB is #37CE04. Grayscale: #747474. Windows color (decimal): -3657221 or 16462280. OLE color: 16462280.
HSL color Cylindrical-coordinate representation of color #C831FB: hue angle of 284.85º 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 #C831FB is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 49 | 251 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.02 |
| HSL | 284.85º | 0.96% | 0.59% | - |
| HSV(B) | 284.85º | 0.8% | 0.98% | - |
| XYZ | 42.33 | 21.44 | 93.17 | - |
| YUV | 117.18 | 203.53 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 251 | 0.20 | 0.80 | 0 | 0.02 | 284.85 | 0.96 | 0.59 |
| Hex | C8 | 31 | FB | 14 | 50 | 0 | 2 | 11D | 60 | 3B |
| Octal | 310 | 61 | 373 | 24 | 120 | 0 | 2 | 435 | 140 | 73 |
| Binary | 11001000 | 110001 | 11111011 | 10100 | 1010000 | 0 | 10 | 100011101 | 1100000 | 111011 |
Color Harmonies of #C831FB
Complementary color
Monochromatic Colors of #C831FB
Black with #C831FB
Text Example
Text Example
White with #C831FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831FB; }
p { color: rgb(200,49,251); }
H1.HeaderClassName
{
color: #C831FB;
}
.AnyTagClassName
{
color: #C831FB;
}
</style>
background-color css
<style>
a { background-color: #C831FB; }
a { background-color: rgb(200,49,251); }
div.DivClassName
{
background-color: #C831FB;
}
.BgClassName
{
background-color: #C831FB;
}
</style>
border-color css
<style>
span { border-color: #C831FB; }
span { border-color: rgb(200,49,251); }
td.TdClassName
{
border-color: #C831FB;
}
.TagClassName
{
border-color: #C831FB;
}
</style>