Shades of Electric Purple #C133FC
Tints of Electric Purple #C133FC
RGB
CMYK
RGB Variations
Color information
#C133FC (or 0xC133FC) is known color: Electric Purple. HEX triplet: C1, 33 and FC. RGB value is (193,51,252). Sum of RGB (Red+Green+Blue) = 193+51+252=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 51 (20.31% from 255 or 10.28% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #C133FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C133FC is #3ECC03. Grayscale: #737373. Windows color (decimal): -4115460 or 16528321. OLE color: 16528321.
HSL color Cylindrical-coordinate representation of color #C133FC: hue angle of 282.39º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C133FC is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 51 | 252 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.01 |
| HSL | 282.39º | 0.97% | 0.59% | - |
| HSV(B) | 282.39º | 0.8% | 0.99% | - |
| XYZ | 40.75 | 20.73 | 93.95 | - |
| YUV | 116.37 | 204.54 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 252 | 0.23 | 0.80 | 0 | 0.01 | 282.39 | 0.97 | 0.59 |
| Hex | C1 | 33 | FC | 17 | 50 | 0 | 1 | 11A | 61 | 3B |
| Octal | 301 | 63 | 374 | 27 | 120 | 0 | 1 | 432 | 141 | 73 |
| Binary | 11000001 | 110011 | 11111100 | 10111 | 1010000 | 0 | 1 | 100011010 | 1100001 | 111011 |
Color Harmonies of #C133FC
Complementary color
Monochromatic Colors of #C133FC
Black with #C133FC
Text Example
Text Example
White with #C133FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C133FC; }
p { color: rgb(193,51,252); }
H1.HeaderClassName
{
color: #C133FC;
}
.AnyTagClassName
{
color: #C133FC;
}
</style>
background-color css
<style>
a { background-color: #C133FC; }
a { background-color: rgb(193,51,252); }
div.DivClassName
{
background-color: #C133FC;
}
.BgClassName
{
background-color: #C133FC;
}
</style>
border-color css
<style>
span { border-color: #C133FC; }
span { border-color: rgb(193,51,252); }
td.TdClassName
{
border-color: #C133FC;
}
.TagClassName
{
border-color: #C133FC;
}
</style>