Shades of Fuchsia #C22AB4
Tints of Fuchsia #C22AB4
RGB
CMYK
RGB Variations
Color information
#C22AB4 (or 0xC22AB4) is known color: Fuchsia. HEX triplet: C2, 2A and B4. RGB value is (194,42,180). Sum of RGB (Red+Green+Blue) = 194+42+180=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C22AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22AB4 is #3DD54B. Grayscale: #666666. Windows color (decimal): -4052300 or 11807426. OLE color: 11807426.
HSL color Cylindrical-coordinate representation of color #C22AB4: hue angle of 305.53º 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 #C22AB4 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 180 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.24 |
| HSL | 305.53º | 0.64% | 0.46% | - |
| HSV(B) | 305.53º | 0.78% | 0.76% | - |
| XYZ | 31.31 | 16.42 | 44.7 | - |
| YUV | 103.18 | 171.36 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 180 | 0 | 0.78 | 0.07 | 0.24 | 305.53 | 0.64 | 0.46 |
| Hex | C2 | 2A | B4 | 0 | 4E | 7 | 18 | 132 | 40 | 2E |
| Octal | 302 | 52 | 264 | 0 | 116 | 7 | 30 | 462 | 100 | 56 |
| Binary | 11000010 | 101010 | 10110100 | 0 | 1001110 | 111 | 11000 | 100110010 | 1000000 | 101110 |
Color Harmonies of #C22AB4
Complementary color
Monochromatic Colors of #C22AB4
Black with #C22AB4
Text Example
Text Example
White with #C22AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22AB4; }
p { color: rgb(194,42,180); }
H1.HeaderClassName
{
color: #C22AB4;
}
.AnyTagClassName
{
color: #C22AB4;
}
</style>
background-color css
<style>
a { background-color: #C22AB4; }
a { background-color: rgb(194,42,180); }
div.DivClassName
{
background-color: #C22AB4;
}
.BgClassName
{
background-color: #C22AB4;
}
</style>
border-color css
<style>
span { border-color: #C22AB4; }
span { border-color: rgb(194,42,180); }
td.TdClassName
{
border-color: #C22AB4;
}
.TagClassName
{
border-color: #C22AB4;
}
</style>