Shades of Fuchsia #C22FB0
Tints of Fuchsia #C22FB0
RGB
CMYK
RGB Variations
Color information
#C22FB0 (or 0xC22FB0) is known color: Fuchsia. HEX triplet: C2, 2F and B0. RGB value is (194,47,176). Sum of RGB (Red+Green+Blue) = 194+47+176=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C22FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22FB0 is #3DD04F. Grayscale: #696969. Windows color (decimal): -4051024 or 11546562. OLE color: 11546562.
HSL color Cylindrical-coordinate representation of color #C22FB0: hue angle of 307.35º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C22FB0 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 176 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.24 |
| HSL | 307.35º | 0.61% | 0.47% | - |
| HSV(B) | 307.35º | 0.76% | 0.76% | - |
| XYZ | 31.1 | 16.64 | 42.65 | - |
| YUV | 105.66 | 167.7 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 176 | 0 | 0.76 | 0.09 | 0.24 | 307.35 | 0.61 | 0.47 |
| Hex | C2 | 2F | B0 | 0 | 4C | 9 | 18 | 133 | 3D | 2F |
| Octal | 302 | 57 | 260 | 0 | 114 | 11 | 30 | 463 | 75 | 57 |
| Binary | 11000010 | 101111 | 10110000 | 0 | 1001100 | 1001 | 11000 | 100110011 | 111101 | 101111 |
Color Harmonies of #C22FB0
Complementary color
Monochromatic Colors of #C22FB0
Black with #C22FB0
Text Example
Text Example
White with #C22FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FB0; }
p { color: rgb(194,47,176); }
H1.HeaderClassName
{
color: #C22FB0;
}
.AnyTagClassName
{
color: #C22FB0;
}
</style>
background-color css
<style>
a { background-color: #C22FB0; }
a { background-color: rgb(194,47,176); }
div.DivClassName
{
background-color: #C22FB0;
}
.BgClassName
{
background-color: #C22FB0;
}
</style>
border-color css
<style>
span { border-color: #C22FB0; }
span { border-color: rgb(194,47,176); }
td.TdClassName
{
border-color: #C22FB0;
}
.TagClassName
{
border-color: #C22FB0;
}
</style>