Shades of Fuchsia #C22CC0
Tints of Fuchsia #C22CC0
RGB
CMYK
RGB Variations
Color information
#C22CC0 (or 0xC22CC0) is known color: Fuchsia. HEX triplet: C2, 2C and C0. RGB value is (194,44,192). Sum of RGB (Red+Green+Blue) = 194+44+192=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C22CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CC0 is #3DD33F. Grayscale: #696969. Windows color (decimal): -4051776 or 12594370. OLE color: 12594370.
HSL color Cylindrical-coordinate representation of color #C22CC0: hue angle of 300.8º 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 #C22CC0 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 192 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.24 |
| HSL | 300.8º | 0.63% | 0.47% | - |
| HSV(B) | 300.8º | 0.77% | 0.76% | - |
| XYZ | 32.66 | 17.08 | 51.44 | - |
| YUV | 105.72 | 176.7 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 192 | 0 | 0.77 | 0.01 | 0.24 | 300.8 | 0.63 | 0.47 |
| Hex | C2 | 2C | C0 | 0 | 4D | 1 | 18 | 12D | 3F | 2F |
| Octal | 302 | 54 | 300 | 0 | 115 | 1 | 30 | 455 | 77 | 57 |
| Binary | 11000010 | 101100 | 11000000 | 0 | 1001101 | 1 | 11000 | 100101101 | 111111 | 101111 |
Color Harmonies of #C22CC0
Complementary color
Monochromatic Colors of #C22CC0
Black with #C22CC0
Text Example
Text Example
White with #C22CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CC0; }
p { color: rgb(194,44,192); }
H1.HeaderClassName
{
color: #C22CC0;
}
.AnyTagClassName
{
color: #C22CC0;
}
</style>
background-color css
<style>
a { background-color: #C22CC0; }
a { background-color: rgb(194,44,192); }
div.DivClassName
{
background-color: #C22CC0;
}
.BgClassName
{
background-color: #C22CC0;
}
</style>
border-color css
<style>
span { border-color: #C22CC0; }
span { border-color: rgb(194,44,192); }
td.TdClassName
{
border-color: #C22CC0;
}
.TagClassName
{
border-color: #C22CC0;
}
</style>