Shades of Fuchsia #C22AB3
Tints of Fuchsia #C22AB3
RGB
CMYK
RGB Variations
Color information
#C22AB3 (or 0xC22AB3) is known color: Fuchsia. HEX triplet: C2, 2A and B3. RGB value is (194,42,179). Sum of RGB (Red+Green+Blue) = 194+42+179=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C22AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22AB3 is #3DD54C. Grayscale: #666666. Windows color (decimal): -4052301 or 11741890. OLE color: 11741890.
HSL color Cylindrical-coordinate representation of color #C22AB3: hue angle of 305.92º 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 #C22AB3 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 179 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.24 |
| HSL | 305.92º | 0.64% | 0.46% | - |
| HSV(B) | 305.92º | 0.78% | 0.76% | - |
| XYZ | 31.21 | 16.38 | 44.16 | - |
| YUV | 103.07 | 170.86 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 179 | 0 | 0.78 | 0.08 | 0.24 | 305.92 | 0.64 | 0.46 |
| Hex | C2 | 2A | B3 | 0 | 4E | 8 | 18 | 132 | 40 | 2E |
| Octal | 302 | 52 | 263 | 0 | 116 | 10 | 30 | 462 | 100 | 56 |
| Binary | 11000010 | 101010 | 10110011 | 0 | 1001110 | 1000 | 11000 | 100110010 | 1000000 | 101110 |
Color Harmonies of #C22AB3
Complementary color
Monochromatic Colors of #C22AB3
Black with #C22AB3
Text Example
Text Example
White with #C22AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22AB3; }
p { color: rgb(194,42,179); }
H1.HeaderClassName
{
color: #C22AB3;
}
.AnyTagClassName
{
color: #C22AB3;
}
</style>
background-color css
<style>
a { background-color: #C22AB3; }
a { background-color: rgb(194,42,179); }
div.DivClassName
{
background-color: #C22AB3;
}
.BgClassName
{
background-color: #C22AB3;
}
</style>
border-color css
<style>
span { border-color: #C22AB3; }
span { border-color: rgb(194,42,179); }
td.TdClassName
{
border-color: #C22AB3;
}
.TagClassName
{
border-color: #C22AB3;
}
</style>