Shades of Electric Purple #C133F9
Tints of Electric Purple #C133F9
RGB
CMYK
RGB Variations
Color information
#C133F9 (or 0xC133F9) is known color: Electric Purple. HEX triplet: C1, 33 and F9. RGB value is (193,51,249). Sum of RGB (Red+Green+Blue) = 193+51+249=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 51 (20.31% from 255 or 10.34% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #C133F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C133F9 is #3ECC06. Grayscale: #737373. Windows color (decimal): -4115463 or 16331713. OLE color: 16331713.
HSL color Cylindrical-coordinate representation of color #C133F9: hue angle of 283.03º degrees, saturation: 0.94, 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 #C133F9 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 51 | 249 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.02 |
| HSL | 283.03º | 0.94% | 0.59% | - |
| HSV(B) | 283.03º | 0.8% | 0.98% | - |
| XYZ | 40.28 | 20.54 | 91.47 | - |
| YUV | 116.03 | 203.04 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 249 | 0.22 | 0.80 | 0 | 0.02 | 283.03 | 0.94 | 0.59 |
| Hex | C1 | 33 | F9 | 16 | 50 | 0 | 2 | 11B | 5E | 3B |
| Octal | 301 | 63 | 371 | 26 | 120 | 0 | 2 | 433 | 136 | 73 |
| Binary | 11000001 | 110011 | 11111001 | 10110 | 1010000 | 0 | 10 | 100011011 | 1011110 | 111011 |
Color Harmonies of #C133F9
Complementary color
Monochromatic Colors of #C133F9
Black with #C133F9
Text Example
Text Example
White with #C133F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C133F9; }
p { color: rgb(193,51,249); }
H1.HeaderClassName
{
color: #C133F9;
}
.AnyTagClassName
{
color: #C133F9;
}
</style>
background-color css
<style>
a { background-color: #C133F9; }
a { background-color: rgb(193,51,249); }
div.DivClassName
{
background-color: #C133F9;
}
.BgClassName
{
background-color: #C133F9;
}
</style>
border-color css
<style>
span { border-color: #C133F9; }
span { border-color: rgb(193,51,249); }
td.TdClassName
{
border-color: #C133F9;
}
.TagClassName
{
border-color: #C133F9;
}
</style>