Shades of Electric Purple #C230F9
Tints of Electric Purple #C230F9
RGB
CMYK
RGB Variations
Color information
#C230F9 (or 0xC230F9) is known color: Electric Purple. HEX triplet: C2, 30 and F9. RGB value is (194,48,249). Sum of RGB (Red+Green+Blue) = 194+48+249=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 48 (19.14% from 255 or 9.78% 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 #C230F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C230F9 is #3DCF06. Grayscale: #717171. Windows color (decimal): -4050695 or 16330946. OLE color: 16330946.
HSL color Cylindrical-coordinate representation of color #C230F9: hue angle of 283.58º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C230F9 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 48 | 249 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.02 |
| HSL | 283.58º | 0.94% | 0.58% | - |
| HSV(B) | 283.58º | 0.81% | 0.98% | - |
| XYZ | 40.4 | 20.42 | 91.44 | - |
| YUV | 114.57 | 203.87 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 249 | 0.22 | 0.81 | 0 | 0.02 | 283.58 | 0.94 | 0.58 |
| Hex | C2 | 30 | F9 | 16 | 51 | 0 | 2 | 11C | 5E | 3A |
| Octal | 302 | 60 | 371 | 26 | 121 | 0 | 2 | 434 | 136 | 72 |
| Binary | 11000010 | 110000 | 11111001 | 10110 | 1010001 | 0 | 10 | 100011100 | 1011110 | 111010 |
Color Harmonies of #C230F9
Complementary color
Monochromatic Colors of #C230F9
Black with #C230F9
Text Example
Text Example
White with #C230F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C230F9; }
p { color: rgb(194,48,249); }
H1.HeaderClassName
{
color: #C230F9;
}
.AnyTagClassName
{
color: #C230F9;
}
</style>
background-color css
<style>
a { background-color: #C230F9; }
a { background-color: rgb(194,48,249); }
div.DivClassName
{
background-color: #C230F9;
}
.BgClassName
{
background-color: #C230F9;
}
</style>
border-color css
<style>
span { border-color: #C230F9; }
span { border-color: rgb(194,48,249); }
td.TdClassName
{
border-color: #C230F9;
}
.TagClassName
{
border-color: #C230F9;
}
</style>