Shades of Electric Purple #C933FE
Tints of Electric Purple #C933FE
RGB
CMYK
RGB Variations
Color information
#C933FE (or 0xC933FE) is known color: Electric Purple. HEX triplet: C9, 33 and FE. RGB value is (201,51,254). Sum of RGB (Red+Green+Blue) = 201+51+254=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 51 (20.31% from 255 or 10.08% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #C933FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C933FE is #36CC01. Grayscale: #767676. Windows color (decimal): -3591170 or 16659401. OLE color: 16659401.
HSL color Cylindrical-coordinate representation of color #C933FE: hue angle of 284.33º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C933FE is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 51 | 254 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.00 |
| HSL | 284.34º | 0.99% | 0.6% | - |
| HSV(B) | 284.34º | 0.8% | 1% | - |
| XYZ | 43.16 | 21.94 | 95.73 | - |
| YUV | 118.99 | 204.2 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 254 | 0.21 | 0.80 | 0 | 0.00 | 284.34 | 0.99 | 0.6 |
| Hex | C9 | 33 | FE | 15 | 50 | 0 | 0 | 11C | 63 | 3C |
| Octal | 311 | 63 | 376 | 25 | 120 | 0 | 0 | 434 | 143 | 74 |
| Binary | 11001001 | 110011 | 11111110 | 10101 | 1010000 | 0 | 0 | 100011100 | 1100011 | 111100 |
Color Harmonies of #C933FE
Complementary color
Monochromatic Colors of #C933FE
Black with #C933FE
Text Example
Text Example
White with #C933FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C933FE; }
p { color: rgb(201,51,254); }
H1.HeaderClassName
{
color: #C933FE;
}
.AnyTagClassName
{
color: #C933FE;
}
</style>
background-color css
<style>
a { background-color: #C933FE; }
a { background-color: rgb(201,51,254); }
div.DivClassName
{
background-color: #C933FE;
}
.BgClassName
{
background-color: #C933FE;
}
</style>
border-color css
<style>
span { border-color: #C933FE; }
span { border-color: rgb(201,51,254); }
td.TdClassName
{
border-color: #C933FE;
}
.TagClassName
{
border-color: #C933FE;
}
</style>