Shades of Electric Purple #C933FD
Tints of Electric Purple #C933FD
RGB
CMYK
RGB Variations
Color information
#C933FD (or 0xC933FD) is known color: Electric Purple. HEX triplet: C9, 33 and FD. RGB value is (201,51,253). Sum of RGB (Red+Green+Blue) = 201+51+253=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 51 (20.31% from 255 or 10.10% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #C933FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C933FD is #36CC02. Grayscale: #767676. Windows color (decimal): -3591171 or 16593865. OLE color: 16593865.
HSL color Cylindrical-coordinate representation of color #C933FD: hue angle of 284.55º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C933FD is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 51 | 253 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.01 |
| HSL | 284.55º | 0.98% | 0.6% | - |
| HSV(B) | 284.55º | 0.8% | 0.99% | - |
| XYZ | 43 | 21.88 | 94.88 | - |
| YUV | 118.88 | 203.7 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 253 | 0.21 | 0.80 | 0 | 0.01 | 284.55 | 0.98 | 0.6 |
| Hex | C9 | 33 | FD | 15 | 50 | 0 | 1 | 11D | 62 | 3C |
| Octal | 311 | 63 | 375 | 25 | 120 | 0 | 1 | 435 | 142 | 74 |
| Binary | 11001001 | 110011 | 11111101 | 10101 | 1010000 | 0 | 1 | 100011101 | 1100010 | 111100 |
Color Harmonies of #C933FD
Complementary color
Monochromatic Colors of #C933FD
Black with #C933FD
Text Example
Text Example
White with #C933FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C933FD; }
p { color: rgb(201,51,253); }
H1.HeaderClassName
{
color: #C933FD;
}
.AnyTagClassName
{
color: #C933FD;
}
</style>
background-color css
<style>
a { background-color: #C933FD; }
a { background-color: rgb(201,51,253); }
div.DivClassName
{
background-color: #C933FD;
}
.BgClassName
{
background-color: #C933FD;
}
</style>
border-color css
<style>
span { border-color: #C933FD; }
span { border-color: rgb(201,51,253); }
td.TdClassName
{
border-color: #C933FD;
}
.TagClassName
{
border-color: #C933FD;
}
</style>