Shades of Electric Purple #C229FF
Tints of Electric Purple #C229FF
RGB
CMYK
RGB Variations
Color information
#C229FF (or 0xC229FF) is known color: Electric Purple. HEX triplet: C2, 29 and FF. RGB value is (194,41,255). Sum of RGB (Red+Green+Blue) = 194+41+255=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #C229FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C229FF is #3DD600. Grayscale: #6E6E6E. Windows color (decimal): -4052481 or 16722370. OLE color: 16722370.
HSL color Cylindrical-coordinate representation of color #C229FF: hue angle of 282.9º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C229FF is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 41 | 255 | - |
| CMYK | 0.24 | 0.84 | 0 | 0 |
| HSL | 282.9º | 1% | 0.58% | - |
| HSV(B) | 282.9º | 0.84% | 1% | - |
| XYZ | 41.09 | 20.28 | 96.36 | - |
| YUV | 111.14 | 209.19 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 255 | 0.24 | 0.84 | 0 | 0 | 282.9 | 1 | 0.58 |
| Hex | C2 | 29 | FF | 18 | 54 | 0 | 0 | 11B | 64 | 3A |
| Octal | 302 | 51 | 377 | 30 | 124 | 0 | 0 | 433 | 144 | 72 |
| Binary | 11000010 | 101001 | 11111111 | 11000 | 1010100 | 0 | 0 | 100011011 | 1100100 | 111010 |
Color Harmonies of #C229FF
Complementary color
Monochromatic Colors of #C229FF
Black with #C229FF
Text Example
Text Example
White with #C229FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C229FF; }
p { color: rgb(194,41,255); }
H1.HeaderClassName
{
color: #C229FF;
}
.AnyTagClassName
{
color: #C229FF;
}
</style>
background-color css
<style>
a { background-color: #C229FF; }
a { background-color: rgb(194,41,255); }
div.DivClassName
{
background-color: #C229FF;
}
.BgClassName
{
background-color: #C229FF;
}
</style>
border-color css
<style>
span { border-color: #C229FF; }
span { border-color: rgb(194,41,255); }
td.TdClassName
{
border-color: #C229FF;
}
.TagClassName
{
border-color: #C229FF;
}
</style>