Shades of Fuchsia #C22CAF
Tints of Fuchsia #C22CAF
RGB
CMYK
RGB Variations
Color information
#C22CAF (or 0xC22CAF) is known color: Fuchsia. HEX triplet: C2, 2C and AF. RGB value is (194,44,175). Sum of RGB (Red+Green+Blue) = 194+44+175=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C22CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22CAF is #3DD350. Grayscale: #676767. Windows color (decimal): -4051793 or 11480258. OLE color: 11480258.
HSL color Cylindrical-coordinate representation of color #C22CAF: hue angle of 307.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22CAF is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 175 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.24 |
| HSL | 307.6º | 0.63% | 0.47% | - |
| HSV(B) | 307.6º | 0.77% | 0.76% | - |
| XYZ | 30.89 | 16.37 | 42.09 | - |
| YUV | 103.78 | 168.2 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 175 | 0 | 0.77 | 0.10 | 0.24 | 307.6 | 0.63 | 0.47 |
| Hex | C2 | 2C | AF | 0 | 4D | A | 18 | 134 | 3F | 2F |
| Octal | 302 | 54 | 257 | 0 | 115 | 12 | 30 | 464 | 77 | 57 |
| Binary | 11000010 | 101100 | 10101111 | 0 | 1001101 | 1010 | 11000 | 100110100 | 111111 | 101111 |
Color Harmonies of #C22CAF
Complementary color
Monochromatic Colors of #C22CAF
Black with #C22CAF
Text Example
Text Example
White with #C22CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CAF; }
p { color: rgb(194,44,175); }
H1.HeaderClassName
{
color: #C22CAF;
}
.AnyTagClassName
{
color: #C22CAF;
}
</style>
background-color css
<style>
a { background-color: #C22CAF; }
a { background-color: rgb(194,44,175); }
div.DivClassName
{
background-color: #C22CAF;
}
.BgClassName
{
background-color: #C22CAF;
}
</style>
border-color css
<style>
span { border-color: #C22CAF; }
span { border-color: rgb(194,44,175); }
td.TdClassName
{
border-color: #C22CAF;
}
.TagClassName
{
border-color: #C22CAF;
}
</style>