Shades of Electric Purple #C933FC
Tints of Electric Purple #C933FC
RGB
CMYK
RGB Variations
Color information
#C933FC (or 0xC933FC) is known color: Electric Purple. HEX triplet: C9, 33 and FC. RGB value is (201,51,252). Sum of RGB (Red+Green+Blue) = 201+51+252=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 51 (20.31% from 255 or 10.12% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #C933FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C933FC is #36CC03. Grayscale: #767676. Windows color (decimal): -3591172 or 16528329. OLE color: 16528329.
HSL color Cylindrical-coordinate representation of color #C933FC: hue angle of 284.78º 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 #C933FC is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 51 | 252 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.01 |
| HSL | 284.78º | 0.97% | 0.59% | - |
| HSV(B) | 284.78º | 0.8% | 0.99% | - |
| XYZ | 42.84 | 21.81 | 94.05 | - |
| YUV | 118.76 | 203.2 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 252 | 0.20 | 0.80 | 0 | 0.01 | 284.78 | 0.97 | 0.59 |
| Hex | C9 | 33 | FC | 14 | 50 | 0 | 1 | 11D | 61 | 3B |
| Octal | 311 | 63 | 374 | 24 | 120 | 0 | 1 | 435 | 141 | 73 |
| Binary | 11001001 | 110011 | 11111100 | 10100 | 1010000 | 0 | 1 | 100011101 | 1100001 | 111011 |
Color Harmonies of #C933FC
Complementary color
Monochromatic Colors of #C933FC
Black with #C933FC
Text Example
Text Example
White with #C933FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C933FC; }
p { color: rgb(201,51,252); }
H1.HeaderClassName
{
color: #C933FC;
}
.AnyTagClassName
{
color: #C933FC;
}
</style>
background-color css
<style>
a { background-color: #C933FC; }
a { background-color: rgb(201,51,252); }
div.DivClassName
{
background-color: #C933FC;
}
.BgClassName
{
background-color: #C933FC;
}
</style>
border-color css
<style>
span { border-color: #C933FC; }
span { border-color: rgb(201,51,252); }
td.TdClassName
{
border-color: #C933FC;
}
.TagClassName
{
border-color: #C933FC;
}
</style>