Shades of Electric Purple #C033FF
Tints of Electric Purple #C033FF
RGB
CMYK
RGB Variations
Color information
#C033FF (or 0xC033FF) is known color: Electric Purple. HEX triplet: C0, 33 and FF. RGB value is (192,51,255). Sum of RGB (Red+Green+Blue) = 192+51+255=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 51 (20.31% from 255 or 10.24% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #C033FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C033FF is #3FCC00. Grayscale: #737373. Windows color (decimal): -4180993 or 16724928. OLE color: 16724928.
HSL color Cylindrical-coordinate representation of color #C033FF: hue angle of 281.47º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C033FF is Cyan = 0.25, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 51 | 255 | - |
| CMYK | 0.25 | 0.8 | 0 | 0 |
| HSL | 281.47º | 1% | 0.6% | - |
| HSV(B) | 281.47º | 0.8% | 1% | - |
| XYZ | 40.97 | 20.79 | 96.46 | - |
| YUV | 116.42 | 206.21 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 255 | 0.25 | 0.8 | 0 | 0 | 281.47 | 1 | 0.6 |
| Hex | C0 | 33 | FF | 19 | 50 | 0 | 0 | 119 | 64 | 3C |
| Octal | 300 | 63 | 377 | 31 | 120 | 0 | 0 | 431 | 144 | 74 |
| Binary | 11000000 | 110011 | 11111111 | 11001 | 1010000 | 0 | 0 | 100011001 | 1100100 | 111100 |
Color Harmonies of #C033FF
Complementary color
Monochromatic Colors of #C033FF
Black with #C033FF
Text Example
Text Example
White with #C033FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C033FF; }
p { color: rgb(192,51,255); }
H1.HeaderClassName
{
color: #C033FF;
}
.AnyTagClassName
{
color: #C033FF;
}
</style>
background-color css
<style>
a { background-color: #C033FF; }
a { background-color: rgb(192,51,255); }
div.DivClassName
{
background-color: #C033FF;
}
.BgClassName
{
background-color: #C033FF;
}
</style>
border-color css
<style>
span { border-color: #C033FF; }
span { border-color: rgb(192,51,255); }
td.TdClassName
{
border-color: #C033FF;
}
.TagClassName
{
border-color: #C033FF;
}
</style>