Shades of Fuchsia #C22FB3
Tints of Fuchsia #C22FB3
RGB
CMYK
RGB Variations
Color information
#C22FB3 (or 0xC22FB3) is known color: Fuchsia. HEX triplet: C2, 2F and B3. RGB value is (194,47,179). Sum of RGB (Red+Green+Blue) = 194+47+179=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C22FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22FB3 is #3DD04C. Grayscale: #696969. Windows color (decimal): -4051021 or 11743170. OLE color: 11743170.
HSL color Cylindrical-coordinate representation of color #C22FB3: hue angle of 306.12º 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 #C22FB3 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 179 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.24 |
| HSL | 306.12º | 0.61% | 0.47% | - |
| HSV(B) | 306.12º | 0.76% | 0.76% | - |
| XYZ | 31.4 | 16.76 | 44.23 | - |
| YUV | 106 | 169.2 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 179 | 0 | 0.76 | 0.08 | 0.24 | 306.12 | 0.61 | 0.47 |
| Hex | C2 | 2F | B3 | 0 | 4C | 8 | 18 | 132 | 3D | 2F |
| Octal | 302 | 57 | 263 | 0 | 114 | 10 | 30 | 462 | 75 | 57 |
| Binary | 11000010 | 101111 | 10110011 | 0 | 1001100 | 1000 | 11000 | 100110010 | 111101 | 101111 |
Color Harmonies of #C22FB3
Complementary color
Monochromatic Colors of #C22FB3
Black with #C22FB3
Text Example
Text Example
White with #C22FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FB3; }
p { color: rgb(194,47,179); }
H1.HeaderClassName
{
color: #C22FB3;
}
.AnyTagClassName
{
color: #C22FB3;
}
</style>
background-color css
<style>
a { background-color: #C22FB3; }
a { background-color: rgb(194,47,179); }
div.DivClassName
{
background-color: #C22FB3;
}
.BgClassName
{
background-color: #C22FB3;
}
</style>
border-color css
<style>
span { border-color: #C22FB3; }
span { border-color: rgb(194,47,179); }
td.TdClassName
{
border-color: #C22FB3;
}
.TagClassName
{
border-color: #C22FB3;
}
</style>