Shades of Electric Purple #C221FC
Tints of Electric Purple #C221FC
RGB
CMYK
RGB Variations
Color information
#C221FC (or 0xC221FC) is known color: Electric Purple. HEX triplet: C2, 21 and FC. RGB value is (194,33,252). Sum of RGB (Red+Green+Blue) = 194+33+252=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 33 (13.28% from 255 or 6.89% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #C221FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C221FC is #3DDE03. Grayscale: #696969. Windows color (decimal): -4054532 or 16523714. OLE color: 16523714.
HSL color Cylindrical-coordinate representation of color #C221FC: hue angle of 284.11º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C221FC is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 33 | 252 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.01 |
| HSL | 284.11º | 0.97% | 0.56% | - |
| HSV(B) | 284.11º | 0.87% | 0.99% | - |
| XYZ | 40.36 | 19.59 | 93.75 | - |
| YUV | 106.11 | 210.34 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 252 | 0.23 | 0.87 | 0 | 0.01 | 284.11 | 0.97 | 0.56 |
| Hex | C2 | 21 | FC | 17 | 57 | 0 | 1 | 11C | 61 | 38 |
| Octal | 302 | 41 | 374 | 27 | 127 | 0 | 1 | 434 | 141 | 70 |
| Binary | 11000010 | 100001 | 11111100 | 10111 | 1010111 | 0 | 1 | 100011100 | 1100001 | 111000 |
Color Harmonies of #C221FC
Complementary color
Monochromatic Colors of #C221FC
Black with #C221FC
Text Example
Text Example
White with #C221FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C221FC; }
p { color: rgb(194,33,252); }
H1.HeaderClassName
{
color: #C221FC;
}
.AnyTagClassName
{
color: #C221FC;
}
</style>
background-color css
<style>
a { background-color: #C221FC; }
a { background-color: rgb(194,33,252); }
div.DivClassName
{
background-color: #C221FC;
}
.BgClassName
{
background-color: #C221FC;
}
</style>
border-color css
<style>
span { border-color: #C221FC; }
span { border-color: rgb(194,33,252); }
td.TdClassName
{
border-color: #C221FC;
}
.TagClassName
{
border-color: #C221FC;
}
</style>