Shades of Fuchsia #C22EBC
Tints of Fuchsia #C22EBC
RGB
CMYK
RGB Variations
Color information
#C22EBC (or 0xC22EBC) is known color: Fuchsia. HEX triplet: C2, 2E and BC. RGB value is (194,46,188). Sum of RGB (Red+Green+Blue) = 194+46+188=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C22EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22EBC is #3DD143. Grayscale: #6A6A6A. Windows color (decimal): -4051268 or 12332738. OLE color: 12332738.
HSL color Cylindrical-coordinate representation of color #C22EBC: hue angle of 302.43º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C22EBC is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 46 | 188 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.24 |
| HSL | 302.43º | 0.62% | 0.47% | - |
| HSV(B) | 302.43º | 0.76% | 0.76% | - |
| XYZ | 32.3 | 17.05 | 49.17 | - |
| YUV | 106.44 | 174.03 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 188 | 0 | 0.76 | 0.03 | 0.24 | 302.43 | 0.62 | 0.47 |
| Hex | C2 | 2E | BC | 0 | 4C | 3 | 18 | 12E | 3E | 2F |
| Octal | 302 | 56 | 274 | 0 | 114 | 3 | 30 | 456 | 76 | 57 |
| Binary | 11000010 | 101110 | 10111100 | 0 | 1001100 | 11 | 11000 | 100101110 | 111110 | 101111 |
Color Harmonies of #C22EBC
Complementary color
Monochromatic Colors of #C22EBC
Black with #C22EBC
Text Example
Text Example
White with #C22EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22EBC; }
p { color: rgb(194,46,188); }
H1.HeaderClassName
{
color: #C22EBC;
}
.AnyTagClassName
{
color: #C22EBC;
}
</style>
background-color css
<style>
a { background-color: #C22EBC; }
a { background-color: rgb(194,46,188); }
div.DivClassName
{
background-color: #C22EBC;
}
.BgClassName
{
background-color: #C22EBC;
}
</style>
border-color css
<style>
span { border-color: #C22EBC; }
span { border-color: rgb(194,46,188); }
td.TdClassName
{
border-color: #C22EBC;
}
.TagClassName
{
border-color: #C22EBC;
}
</style>