Shades of Electric Purple #C228F9
Tints of Electric Purple #C228F9
RGB
CMYK
RGB Variations
Color information
#C228F9 (or 0xC228F9) is known color: Electric Purple. HEX triplet: C2, 28 and F9. RGB value is (194,40,249). Sum of RGB (Red+Green+Blue) = 194+40+249=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #C228F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C228F9 is #3DD706. Grayscale: #6D6D6D. Windows color (decimal): -4052743 or 16328898. OLE color: 16328898.
HSL color Cylindrical-coordinate representation of color #C228F9: hue angle of 284.21º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C228F9 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 40 | 249 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.02 |
| HSL | 284.21º | 0.95% | 0.57% | - |
| HSV(B) | 284.21º | 0.84% | 0.98% | - |
| XYZ | 40.11 | 19.83 | 91.34 | - |
| YUV | 109.87 | 206.52 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 249 | 0.22 | 0.84 | 0 | 0.02 | 284.21 | 0.95 | 0.57 |
| Hex | C2 | 28 | F9 | 16 | 54 | 0 | 2 | 11C | 5F | 39 |
| Octal | 302 | 50 | 371 | 26 | 124 | 0 | 2 | 434 | 137 | 71 |
| Binary | 11000010 | 101000 | 11111001 | 10110 | 1010100 | 0 | 10 | 100011100 | 1011111 | 111001 |
Color Harmonies of #C228F9
Complementary color
Monochromatic Colors of #C228F9
Black with #C228F9
Text Example
Text Example
White with #C228F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C228F9; }
p { color: rgb(194,40,249); }
H1.HeaderClassName
{
color: #C228F9;
}
.AnyTagClassName
{
color: #C228F9;
}
</style>
background-color css
<style>
a { background-color: #C228F9; }
a { background-color: rgb(194,40,249); }
div.DivClassName
{
background-color: #C228F9;
}
.BgClassName
{
background-color: #C228F9;
}
</style>
border-color css
<style>
span { border-color: #C228F9; }
span { border-color: rgb(194,40,249); }
td.TdClassName
{
border-color: #C228F9;
}
.TagClassName
{
border-color: #C228F9;
}
</style>