Shades of Fuchsia #C22EB0
Tints of Fuchsia #C22EB0
RGB
CMYK
RGB Variations
Color information
#C22EB0 (or 0xC22EB0) is known color: Fuchsia. HEX triplet: C2, 2E and B0. RGB value is (194,46,176). Sum of RGB (Red+Green+Blue) = 194+46+176=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C22EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22EB0 is #3DD14F. Grayscale: #686868. Windows color (decimal): -4051280 or 11546306. OLE color: 11546306.
HSL color Cylindrical-coordinate representation of color #C22EB0: hue angle of 307.3º 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 #C22EB0 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 46 | 176 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.24 |
| HSL | 307.3º | 0.62% | 0.47% | - |
| HSV(B) | 307.3º | 0.76% | 0.76% | - |
| XYZ | 31.06 | 16.56 | 42.63 | - |
| YUV | 105.07 | 168.03 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 176 | 0 | 0.76 | 0.09 | 0.24 | 307.3 | 0.62 | 0.47 |
| Hex | C2 | 2E | B0 | 0 | 4C | 9 | 18 | 133 | 3E | 2F |
| Octal | 302 | 56 | 260 | 0 | 114 | 11 | 30 | 463 | 76 | 57 |
| Binary | 11000010 | 101110 | 10110000 | 0 | 1001100 | 1001 | 11000 | 100110011 | 111110 | 101111 |
Color Harmonies of #C22EB0
Complementary color
Monochromatic Colors of #C22EB0
Black with #C22EB0
Text Example
Text Example
White with #C22EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22EB0; }
p { color: rgb(194,46,176); }
H1.HeaderClassName
{
color: #C22EB0;
}
.AnyTagClassName
{
color: #C22EB0;
}
</style>
background-color css
<style>
a { background-color: #C22EB0; }
a { background-color: rgb(194,46,176); }
div.DivClassName
{
background-color: #C22EB0;
}
.BgClassName
{
background-color: #C22EB0;
}
</style>
border-color css
<style>
span { border-color: #C22EB0; }
span { border-color: rgb(194,46,176); }
td.TdClassName
{
border-color: #C22EB0;
}
.TagClassName
{
border-color: #C22EB0;
}
</style>