Shades of Fuchsia #C22CB0
Tints of Fuchsia #C22CB0
RGB
CMYK
RGB Variations
Color information
#C22CB0 (or 0xC22CB0) is known color: Fuchsia. HEX triplet: C2, 2C and B0. RGB value is (194,44,176). Sum of RGB (Red+Green+Blue) = 194+44+176=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C22CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22CB0 is #3DD34F. Grayscale: #676767. Windows color (decimal): -4051792 or 11545794. OLE color: 11545794.
HSL color Cylindrical-coordinate representation of color #C22CB0: hue angle of 307.2º 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 #C22CB0 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 176 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.24 |
| HSL | 307.2º | 0.63% | 0.47% | - |
| HSV(B) | 307.2º | 0.77% | 0.76% | - |
| XYZ | 30.99 | 16.41 | 42.61 | - |
| YUV | 103.9 | 168.7 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 176 | 0 | 0.77 | 0.09 | 0.24 | 307.2 | 0.63 | 0.47 |
| Hex | C2 | 2C | B0 | 0 | 4D | 9 | 18 | 133 | 3F | 2F |
| Octal | 302 | 54 | 260 | 0 | 115 | 11 | 30 | 463 | 77 | 57 |
| Binary | 11000010 | 101100 | 10110000 | 0 | 1001101 | 1001 | 11000 | 100110011 | 111111 | 101111 |
Color Harmonies of #C22CB0
Complementary color
Monochromatic Colors of #C22CB0
Black with #C22CB0
Text Example
Text Example
White with #C22CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CB0; }
p { color: rgb(194,44,176); }
H1.HeaderClassName
{
color: #C22CB0;
}
.AnyTagClassName
{
color: #C22CB0;
}
</style>
background-color css
<style>
a { background-color: #C22CB0; }
a { background-color: rgb(194,44,176); }
div.DivClassName
{
background-color: #C22CB0;
}
.BgClassName
{
background-color: #C22CB0;
}
</style>
border-color css
<style>
span { border-color: #C22CB0; }
span { border-color: rgb(194,44,176); }
td.TdClassName
{
border-color: #C22CB0;
}
.TagClassName
{
border-color: #C22CB0;
}
</style>