Shades of Fuchsia #C22AB9
Tints of Fuchsia #C22AB9
RGB
CMYK
RGB Variations
Color information
#C22AB9 (or 0xC22AB9) is known color: Fuchsia. HEX triplet: C2, 2A and B9. RGB value is (194,42,185). Sum of RGB (Red+Green+Blue) = 194+42+185=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C22AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22AB9 is #3DD546. Grayscale: #676767. Windows color (decimal): -4052295 or 12135106. OLE color: 12135106.
HSL color Cylindrical-coordinate representation of color #C22AB9: hue angle of 303.55º 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 #C22AB9 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 185 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.24 |
| HSL | 303.55º | 0.64% | 0.46% | - |
| HSV(B) | 303.55º | 0.78% | 0.76% | - |
| XYZ | 31.83 | 16.63 | 47.43 | - |
| YUV | 103.75 | 173.86 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 185 | 0 | 0.78 | 0.05 | 0.24 | 303.55 | 0.64 | 0.46 |
| Hex | C2 | 2A | B9 | 0 | 4E | 5 | 18 | 130 | 40 | 2E |
| Octal | 302 | 52 | 271 | 0 | 116 | 5 | 30 | 460 | 100 | 56 |
| Binary | 11000010 | 101010 | 10111001 | 0 | 1001110 | 101 | 11000 | 100110000 | 1000000 | 101110 |
Color Harmonies of #C22AB9
Complementary color
Monochromatic Colors of #C22AB9
Black with #C22AB9
Text Example
Text Example
White with #C22AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22AB9; }
p { color: rgb(194,42,185); }
H1.HeaderClassName
{
color: #C22AB9;
}
.AnyTagClassName
{
color: #C22AB9;
}
</style>
background-color css
<style>
a { background-color: #C22AB9; }
a { background-color: rgb(194,42,185); }
div.DivClassName
{
background-color: #C22AB9;
}
.BgClassName
{
background-color: #C22AB9;
}
</style>
border-color css
<style>
span { border-color: #C22AB9; }
span { border-color: rgb(194,42,185); }
td.TdClassName
{
border-color: #C22AB9;
}
.TagClassName
{
border-color: #C22AB9;
}
</style>