Shades of Electric Purple #C233F9
Tints of Electric Purple #C233F9
RGB
CMYK
RGB Variations
Color information
#C233F9 (or 0xC233F9) is known color: Electric Purple. HEX triplet: C2, 33 and F9. RGB value is (194,51,249). Sum of RGB (Red+Green+Blue) = 194+51+249=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 51 (20.31% from 255 or 10.32% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #C233F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C233F9 is #3DCC06. Grayscale: #737373. Windows color (decimal): -4049927 or 16331714. OLE color: 16331714.
HSL color Cylindrical-coordinate representation of color #C233F9: hue angle of 283.33º 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 #C233F9 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 51 | 249 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.02 |
| HSL | 283.33º | 0.94% | 0.59% | - |
| HSV(B) | 283.33º | 0.8% | 0.98% | - |
| XYZ | 40.53 | 20.68 | 91.48 | - |
| YUV | 116.33 | 202.88 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 249 | 0.22 | 0.80 | 0 | 0.02 | 283.33 | 0.94 | 0.59 |
| Hex | C2 | 33 | F9 | 16 | 50 | 0 | 2 | 11B | 5E | 3B |
| Octal | 302 | 63 | 371 | 26 | 120 | 0 | 2 | 433 | 136 | 73 |
| Binary | 11000010 | 110011 | 11111001 | 10110 | 1010000 | 0 | 10 | 100011011 | 1011110 | 111011 |
Color Harmonies of #C233F9
Complementary color
Monochromatic Colors of #C233F9
Black with #C233F9
Text Example
Text Example
White with #C233F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233F9; }
p { color: rgb(194,51,249); }
H1.HeaderClassName
{
color: #C233F9;
}
.AnyTagClassName
{
color: #C233F9;
}
</style>
background-color css
<style>
a { background-color: #C233F9; }
a { background-color: rgb(194,51,249); }
div.DivClassName
{
background-color: #C233F9;
}
.BgClassName
{
background-color: #C233F9;
}
</style>
border-color css
<style>
span { border-color: #C233F9; }
span { border-color: rgb(194,51,249); }
td.TdClassName
{
border-color: #C233F9;
}
.TagClassName
{
border-color: #C233F9;
}
</style>