Shades of Fuchsia #C22AB2
Tints of Fuchsia #C22AB2
RGB
CMYK
RGB Variations
Color information
#C22AB2 (or 0xC22AB2) is known color: Fuchsia. HEX triplet: C2, 2A and B2. RGB value is (194,42,178). Sum of RGB (Red+Green+Blue) = 194+42+178=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C22AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22AB2 is #3DD54D. Grayscale: #666666. Windows color (decimal): -4052302 or 11676354. OLE color: 11676354.
HSL color Cylindrical-coordinate representation of color #C22AB2: hue angle of 306.32º 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 #C22AB2 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 178 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.24 |
| HSL | 306.32º | 0.64% | 0.46% | - |
| HSV(B) | 306.32º | 0.78% | 0.76% | - |
| XYZ | 31.11 | 16.34 | 43.63 | - |
| YUV | 102.95 | 170.36 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 178 | 0 | 0.78 | 0.08 | 0.24 | 306.32 | 0.64 | 0.46 |
| Hex | C2 | 2A | B2 | 0 | 4E | 8 | 18 | 132 | 40 | 2E |
| Octal | 302 | 52 | 262 | 0 | 116 | 10 | 30 | 462 | 100 | 56 |
| Binary | 11000010 | 101010 | 10110010 | 0 | 1001110 | 1000 | 11000 | 100110010 | 1000000 | 101110 |
Color Harmonies of #C22AB2
Complementary color
Monochromatic Colors of #C22AB2
Black with #C22AB2
Text Example
Text Example
White with #C22AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22AB2; }
p { color: rgb(194,42,178); }
H1.HeaderClassName
{
color: #C22AB2;
}
.AnyTagClassName
{
color: #C22AB2;
}
</style>
background-color css
<style>
a { background-color: #C22AB2; }
a { background-color: rgb(194,42,178); }
div.DivClassName
{
background-color: #C22AB2;
}
.BgClassName
{
background-color: #C22AB2;
}
</style>
border-color css
<style>
span { border-color: #C22AB2; }
span { border-color: rgb(194,42,178); }
td.TdClassName
{
border-color: #C22AB2;
}
.TagClassName
{
border-color: #C22AB2;
}
</style>