Shades of Fuchsia #C22AB8
Tints of Fuchsia #C22AB8
RGB
CMYK
RGB Variations
Color information
#C22AB8 (or 0xC22AB8) is known color: Fuchsia. HEX triplet: C2, 2A and B8. RGB value is (194,42,184). Sum of RGB (Red+Green+Blue) = 194+42+184=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C22AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22AB8 is #3DD547. Grayscale: #676767. Windows color (decimal): -4052296 or 12069570. OLE color: 12069570.
HSL color Cylindrical-coordinate representation of color #C22AB8: hue angle of 303.95º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22AB8 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 184 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.24 |
| HSL | 303.95º | 0.64% | 0.46% | - |
| HSV(B) | 303.95º | 0.78% | 0.76% | - |
| XYZ | 31.73 | 16.59 | 46.88 | - |
| YUV | 103.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 184 | 0 | 0.78 | 0.05 | 0.24 | 303.95 | 0.64 | 0.46 |
| Hex | C2 | 2A | B8 | 0 | 4E | 5 | 18 | 130 | 40 | 2E |
| Octal | 302 | 52 | 270 | 0 | 116 | 5 | 30 | 460 | 100 | 56 |
| Binary | 11000010 | 101010 | 10111000 | 0 | 1001110 | 101 | 11000 | 100110000 | 1000000 | 101110 |
Color Harmonies of #C22AB8
Complementary color
Monochromatic Colors of #C22AB8
Black with #C22AB8
Text Example
Text Example
White with #C22AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22AB8; }
p { color: rgb(194,42,184); }
H1.HeaderClassName
{
color: #C22AB8;
}
.AnyTagClassName
{
color: #C22AB8;
}
</style>
background-color css
<style>
a { background-color: #C22AB8; }
a { background-color: rgb(194,42,184); }
div.DivClassName
{
background-color: #C22AB8;
}
.BgClassName
{
background-color: #C22AB8;
}
</style>
border-color css
<style>
span { border-color: #C22AB8; }
span { border-color: rgb(194,42,184); }
td.TdClassName
{
border-color: #C22AB8;
}
.TagClassName
{
border-color: #C22AB8;
}
</style>