Shades of Electric Purple #C032F9
Tints of Electric Purple #C032F9
RGB
CMYK
RGB Variations
Color information
#C032F9 (or 0xC032F9) is known color: Electric Purple. HEX triplet: C0, 32 and F9. RGB value is (192,50,249). Sum of RGB (Red+Green+Blue) = 192+50+249=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 50 (19.92% from 255 or 10.18% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #C032F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C032F9 is #3FCD06. Grayscale: #727272. Windows color (decimal): -4181255 or 16331456. OLE color: 16331456.
HSL color Cylindrical-coordinate representation of color #C032F9: hue angle of 282.81º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C032F9 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 50 | 249 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.02 |
| HSL | 282.81º | 0.94% | 0.59% | - |
| HSV(B) | 282.81º | 0.8% | 0.98% | - |
| XYZ | 39.98 | 20.33 | 91.44 | - |
| YUV | 115.14 | 203.54 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 249 | 0.23 | 0.80 | 0 | 0.02 | 282.81 | 0.94 | 0.59 |
| Hex | C0 | 32 | F9 | 17 | 50 | 0 | 2 | 11B | 5E | 3B |
| Octal | 300 | 62 | 371 | 27 | 120 | 0 | 2 | 433 | 136 | 73 |
| Binary | 11000000 | 110010 | 11111001 | 10111 | 1010000 | 0 | 10 | 100011011 | 1011110 | 111011 |
Color Harmonies of #C032F9
Complementary color
Monochromatic Colors of #C032F9
Black with #C032F9
Text Example
Text Example
White with #C032F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032F9; }
p { color: rgb(192,50,249); }
H1.HeaderClassName
{
color: #C032F9;
}
.AnyTagClassName
{
color: #C032F9;
}
</style>
background-color css
<style>
a { background-color: #C032F9; }
a { background-color: rgb(192,50,249); }
div.DivClassName
{
background-color: #C032F9;
}
.BgClassName
{
background-color: #C032F9;
}
</style>
border-color css
<style>
span { border-color: #C032F9; }
span { border-color: rgb(192,50,249); }
td.TdClassName
{
border-color: #C032F9;
}
.TagClassName
{
border-color: #C032F9;
}
</style>