Shades of Fuchsia #C22FB9
Tints of Fuchsia #C22FB9
RGB
CMYK
RGB Variations
Color information
#C22FB9 (or 0xC22FB9) is known color: Fuchsia. HEX triplet: C2, 2F and B9. RGB value is (194,47,185). Sum of RGB (Red+Green+Blue) = 194+47+185=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C22FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22FB9 is #3DD046. Grayscale: #6A6A6A. Windows color (decimal): -4051015 or 12136386. OLE color: 12136386.
HSL color Cylindrical-coordinate representation of color #C22FB9: hue angle of 303.67º 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 #C22FB9 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 185 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.24 |
| HSL | 303.67º | 0.61% | 0.47% | - |
| HSV(B) | 303.67º | 0.76% | 0.76% | - |
| XYZ | 32.02 | 17.01 | 47.49 | - |
| YUV | 106.69 | 172.2 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 185 | 0 | 0.76 | 0.05 | 0.24 | 303.67 | 0.61 | 0.47 |
| Hex | C2 | 2F | B9 | 0 | 4C | 5 | 18 | 130 | 3D | 2F |
| Octal | 302 | 57 | 271 | 0 | 114 | 5 | 30 | 460 | 75 | 57 |
| Binary | 11000010 | 101111 | 10111001 | 0 | 1001100 | 101 | 11000 | 100110000 | 111101 | 101111 |
Color Harmonies of #C22FB9
Complementary color
Monochromatic Colors of #C22FB9
Black with #C22FB9
Text Example
Text Example
White with #C22FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FB9; }
p { color: rgb(194,47,185); }
H1.HeaderClassName
{
color: #C22FB9;
}
.AnyTagClassName
{
color: #C22FB9;
}
</style>
background-color css
<style>
a { background-color: #C22FB9; }
a { background-color: rgb(194,47,185); }
div.DivClassName
{
background-color: #C22FB9;
}
.BgClassName
{
background-color: #C22FB9;
}
</style>
border-color css
<style>
span { border-color: #C22FB9; }
span { border-color: rgb(194,47,185); }
td.TdClassName
{
border-color: #C22FB9;
}
.TagClassName
{
border-color: #C22FB9;
}
</style>