Shades of Fuchsia #C22FBC
Tints of Fuchsia #C22FBC
RGB
CMYK
RGB Variations
Color information
#C22FBC (or 0xC22FBC) is known color: Fuchsia. HEX triplet: C2, 2F and BC. RGB value is (194,47,188). Sum of RGB (Red+Green+Blue) = 194+47+188=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C22FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22FBC is #3DD043. Grayscale: #6A6A6A. Windows color (decimal): -4051012 or 12332994. OLE color: 12332994.
HSL color Cylindrical-coordinate representation of color #C22FBC: hue angle of 302.45º 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 #C22FBC is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 188 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.24 |
| HSL | 302.45º | 0.61% | 0.47% | - |
| HSV(B) | 302.45º | 0.76% | 0.76% | - |
| XYZ | 32.34 | 17.13 | 49.18 | - |
| YUV | 107.03 | 173.7 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 188 | 0 | 0.76 | 0.03 | 0.24 | 302.45 | 0.61 | 0.47 |
| Hex | C2 | 2F | BC | 0 | 4C | 3 | 18 | 12E | 3D | 2F |
| Octal | 302 | 57 | 274 | 0 | 114 | 3 | 30 | 456 | 75 | 57 |
| Binary | 11000010 | 101111 | 10111100 | 0 | 1001100 | 11 | 11000 | 100101110 | 111101 | 101111 |
Color Harmonies of #C22FBC
Complementary color
Monochromatic Colors of #C22FBC
Black with #C22FBC
Text Example
Text Example
White with #C22FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FBC; }
p { color: rgb(194,47,188); }
H1.HeaderClassName
{
color: #C22FBC;
}
.AnyTagClassName
{
color: #C22FBC;
}
</style>
background-color css
<style>
a { background-color: #C22FBC; }
a { background-color: rgb(194,47,188); }
div.DivClassName
{
background-color: #C22FBC;
}
.BgClassName
{
background-color: #C22FBC;
}
</style>
border-color css
<style>
span { border-color: #C22FBC; }
span { border-color: rgb(194,47,188); }
td.TdClassName
{
border-color: #C22FBC;
}
.TagClassName
{
border-color: #C22FBC;
}
</style>