Shades of Electric Purple #C033FD
Tints of Electric Purple #C033FD
RGB
CMYK
RGB Variations
Color information
#C033FD (or 0xC033FD) is known color: Electric Purple. HEX triplet: C0, 33 and FD. RGB value is (192,51,253). Sum of RGB (Red+Green+Blue) = 192+51+253=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 51 (20.31% from 255 or 10.28% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #C033FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C033FD is #3FCC02. Grayscale: #737373. Windows color (decimal): -4180995 or 16593856. OLE color: 16593856.
HSL color Cylindrical-coordinate representation of color #C033FD: hue angle of 281.88º 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 #C033FD is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 51 | 253 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.01 |
| HSL | 281.88º | 0.98% | 0.6% | - |
| HSV(B) | 281.88º | 0.8% | 0.99% | - |
| XYZ | 40.65 | 20.67 | 94.77 | - |
| YUV | 116.19 | 205.21 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 253 | 0.24 | 0.80 | 0 | 0.01 | 281.88 | 0.98 | 0.6 |
| Hex | C0 | 33 | FD | 18 | 50 | 0 | 1 | 11A | 62 | 3C |
| Octal | 300 | 63 | 375 | 30 | 120 | 0 | 1 | 432 | 142 | 74 |
| Binary | 11000000 | 110011 | 11111101 | 11000 | 1010000 | 0 | 1 | 100011010 | 1100010 | 111100 |
Color Harmonies of #C033FD
Complementary color
Monochromatic Colors of #C033FD
Black with #C033FD
Text Example
Text Example
White with #C033FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C033FD; }
p { color: rgb(192,51,253); }
H1.HeaderClassName
{
color: #C033FD;
}
.AnyTagClassName
{
color: #C033FD;
}
</style>
background-color css
<style>
a { background-color: #C033FD; }
a { background-color: rgb(192,51,253); }
div.DivClassName
{
background-color: #C033FD;
}
.BgClassName
{
background-color: #C033FD;
}
</style>
border-color css
<style>
span { border-color: #C033FD; }
span { border-color: rgb(192,51,253); }
td.TdClassName
{
border-color: #C033FD;
}
.TagClassName
{
border-color: #C033FD;
}
</style>