Shades of Fuchsia #C22ABF
Tints of Fuchsia #C22ABF
RGB
CMYK
RGB Variations
Color information
#C22ABF (or 0xC22ABF) is known color: Fuchsia. HEX triplet: C2, 2A and BF. RGB value is (194,42,191). Sum of RGB (Red+Green+Blue) = 194+42+191=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C22ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22ABF is #3DD540. Grayscale: #676767. Windows color (decimal): -4052289 or 12528322. OLE color: 12528322.
HSL color Cylindrical-coordinate representation of color #C22ABF: hue angle of 301.18º 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 #C22ABF is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 191 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.24 |
| HSL | 301.18º | 0.64% | 0.46% | - |
| HSV(B) | 301.18º | 0.78% | 0.76% | - |
| XYZ | 32.48 | 16.89 | 50.84 | - |
| YUV | 104.43 | 176.86 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 191 | 0 | 0.78 | 0.02 | 0.24 | 301.18 | 0.64 | 0.46 |
| Hex | C2 | 2A | BF | 0 | 4E | 2 | 18 | 12D | 40 | 2E |
| Octal | 302 | 52 | 277 | 0 | 116 | 2 | 30 | 455 | 100 | 56 |
| Binary | 11000010 | 101010 | 10111111 | 0 | 1001110 | 10 | 11000 | 100101101 | 1000000 | 101110 |
Color Harmonies of #C22ABF
Complementary color
Monochromatic Colors of #C22ABF
Black with #C22ABF
Text Example
Text Example
White with #C22ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22ABF; }
p { color: rgb(194,42,191); }
H1.HeaderClassName
{
color: #C22ABF;
}
.AnyTagClassName
{
color: #C22ABF;
}
</style>
background-color css
<style>
a { background-color: #C22ABF; }
a { background-color: rgb(194,42,191); }
div.DivClassName
{
background-color: #C22ABF;
}
.BgClassName
{
background-color: #C22ABF;
}
</style>
border-color css
<style>
span { border-color: #C22ABF; }
span { border-color: rgb(194,42,191); }
td.TdClassName
{
border-color: #C22ABF;
}
.TagClassName
{
border-color: #C22ABF;
}
</style>