Shades of Electric Purple #C228FC
Tints of Electric Purple #C228FC
RGB
CMYK
RGB Variations
Color information
#C228FC (or 0xC228FC) is known color: Electric Purple. HEX triplet: C2, 28 and FC. RGB value is (194,40,252). Sum of RGB (Red+Green+Blue) = 194+40+252=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #C228FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C228FC is #3DD703. Grayscale: #6D6D6D. Windows color (decimal): -4052740 or 16525506. OLE color: 16525506.
HSL color Cylindrical-coordinate representation of color #C228FC: hue angle of 283.58º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C228FC is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 40 | 252 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.01 |
| HSL | 283.58º | 0.97% | 0.57% | - |
| HSV(B) | 283.58º | 0.84% | 0.99% | - |
| XYZ | 40.58 | 20.02 | 93.82 | - |
| YUV | 110.21 | 208.02 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 252 | 0.23 | 0.84 | 0 | 0.01 | 283.58 | 0.97 | 0.57 |
| Hex | C2 | 28 | FC | 17 | 54 | 0 | 1 | 11C | 61 | 39 |
| Octal | 302 | 50 | 374 | 27 | 124 | 0 | 1 | 434 | 141 | 71 |
| Binary | 11000010 | 101000 | 11111100 | 10111 | 1010100 | 0 | 1 | 100011100 | 1100001 | 111001 |
Color Harmonies of #C228FC
Complementary color
Monochromatic Colors of #C228FC
Black with #C228FC
Text Example
Text Example
White with #C228FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C228FC; }
p { color: rgb(194,40,252); }
H1.HeaderClassName
{
color: #C228FC;
}
.AnyTagClassName
{
color: #C228FC;
}
</style>
background-color css
<style>
a { background-color: #C228FC; }
a { background-color: rgb(194,40,252); }
div.DivClassName
{
background-color: #C228FC;
}
.BgClassName
{
background-color: #C228FC;
}
</style>
border-color css
<style>
span { border-color: #C228FC; }
span { border-color: rgb(194,40,252); }
td.TdClassName
{
border-color: #C228FC;
}
.TagClassName
{
border-color: #C228FC;
}
</style>