Shades of Electric Purple #C033FC
Tints of Electric Purple #C033FC
RGB
CMYK
RGB Variations
Color information
#C033FC (or 0xC033FC) is known color: Electric Purple. HEX triplet: C0, 33 and FC. RGB value is (192,51,252). Sum of RGB (Red+Green+Blue) = 192+51+252=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 51 (20.31% from 255 or 10.30% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #C033FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C033FC is #3FCC03. Grayscale: #737373. Windows color (decimal): -4180996 or 16528320. OLE color: 16528320.
HSL color Cylindrical-coordinate representation of color #C033FC: hue angle of 282.09º 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 #C033FC is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 51 | 252 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.01 |
| HSL | 282.09º | 0.97% | 0.59% | - |
| HSV(B) | 282.09º | 0.8% | 0.99% | - |
| XYZ | 40.49 | 20.6 | 93.94 | - |
| YUV | 116.07 | 204.71 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 252 | 0.24 | 0.80 | 0 | 0.01 | 282.09 | 0.97 | 0.59 |
| Hex | C0 | 33 | FC | 18 | 50 | 0 | 1 | 11A | 61 | 3B |
| Octal | 300 | 63 | 374 | 30 | 120 | 0 | 1 | 432 | 141 | 73 |
| Binary | 11000000 | 110011 | 11111100 | 11000 | 1010000 | 0 | 1 | 100011010 | 1100001 | 111011 |
Color Harmonies of #C033FC
Complementary color
Monochromatic Colors of #C033FC
Black with #C033FC
Text Example
Text Example
White with #C033FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C033FC; }
p { color: rgb(192,51,252); }
H1.HeaderClassName
{
color: #C033FC;
}
.AnyTagClassName
{
color: #C033FC;
}
</style>
background-color css
<style>
a { background-color: #C033FC; }
a { background-color: rgb(192,51,252); }
div.DivClassName
{
background-color: #C033FC;
}
.BgClassName
{
background-color: #C033FC;
}
</style>
border-color css
<style>
span { border-color: #C033FC; }
span { border-color: rgb(192,51,252); }
td.TdClassName
{
border-color: #C033FC;
}
.TagClassName
{
border-color: #C033FC;
}
</style>