Shades of Electric Purple #C133FB
Tints of Electric Purple #C133FB
RGB
CMYK
RGB Variations
Color information
#C133FB (or 0xC133FB) is known color: Electric Purple. HEX triplet: C1, 33 and FB. RGB value is (193,51,251). Sum of RGB (Red+Green+Blue) = 193+51+251=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 51 (20.31% from 255 or 10.30% 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 #C133FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C133FB is #3ECC04. Grayscale: #737373. Windows color (decimal): -4115461 or 16462785. OLE color: 16462785.
HSL color Cylindrical-coordinate representation of color #C133FB: hue angle of 282.6º 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 #C133FB is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 51 | 251 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.02 |
| HSL | 282.6º | 0.96% | 0.59% | - |
| HSV(B) | 282.6º | 0.8% | 0.98% | - |
| XYZ | 40.59 | 20.67 | 93.12 | - |
| YUV | 116.26 | 204.04 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 251 | 0.23 | 0.80 | 0 | 0.02 | 282.6 | 0.96 | 0.59 |
| Hex | C1 | 33 | FB | 17 | 50 | 0 | 2 | 11B | 60 | 3B |
| Octal | 301 | 63 | 373 | 27 | 120 | 0 | 2 | 433 | 140 | 73 |
| Binary | 11000001 | 110011 | 11111011 | 10111 | 1010000 | 0 | 10 | 100011011 | 1100000 | 111011 |
Color Harmonies of #C133FB
Complementary color
Monochromatic Colors of #C133FB
Black with #C133FB
Text Example
Text Example
White with #C133FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C133FB; }
p { color: rgb(193,51,251); }
H1.HeaderClassName
{
color: #C133FB;
}
.AnyTagClassName
{
color: #C133FB;
}
</style>
background-color css
<style>
a { background-color: #C133FB; }
a { background-color: rgb(193,51,251); }
div.DivClassName
{
background-color: #C133FB;
}
.BgClassName
{
background-color: #C133FB;
}
</style>
border-color css
<style>
span { border-color: #C133FB; }
span { border-color: rgb(193,51,251); }
td.TdClassName
{
border-color: #C133FB;
}
.TagClassName
{
border-color: #C133FB;
}
</style>