Shades of Fuchsia #C22CBC
Tints of Fuchsia #C22CBC
RGB
CMYK
RGB Variations
Color information
#C22CBC (or 0xC22CBC) is known color: Fuchsia. HEX triplet: C2, 2C and BC. RGB value is (194,44,188). Sum of RGB (Red+Green+Blue) = 194+44+188=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C22CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CBC is #3DD343. Grayscale: #686868. Windows color (decimal): -4051780 or 12332226. OLE color: 12332226.
HSL color Cylindrical-coordinate representation of color #C22CBC: hue angle of 302.4º 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 #C22CBC is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 188 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.24 |
| HSL | 302.4º | 0.63% | 0.47% | - |
| HSV(B) | 302.4º | 0.77% | 0.76% | - |
| XYZ | 32.23 | 16.9 | 49.14 | - |
| YUV | 105.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 188 | 0 | 0.77 | 0.03 | 0.24 | 302.4 | 0.63 | 0.47 |
| Hex | C2 | 2C | BC | 0 | 4D | 3 | 18 | 12E | 3F | 2F |
| Octal | 302 | 54 | 274 | 0 | 115 | 3 | 30 | 456 | 77 | 57 |
| Binary | 11000010 | 101100 | 10111100 | 0 | 1001101 | 11 | 11000 | 100101110 | 111111 | 101111 |
Color Harmonies of #C22CBC
Complementary color
Monochromatic Colors of #C22CBC
Black with #C22CBC
Text Example
Text Example
White with #C22CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CBC; }
p { color: rgb(194,44,188); }
H1.HeaderClassName
{
color: #C22CBC;
}
.AnyTagClassName
{
color: #C22CBC;
}
</style>
background-color css
<style>
a { background-color: #C22CBC; }
a { background-color: rgb(194,44,188); }
div.DivClassName
{
background-color: #C22CBC;
}
.BgClassName
{
background-color: #C22CBC;
}
</style>
border-color css
<style>
span { border-color: #C22CBC; }
span { border-color: rgb(194,44,188); }
td.TdClassName
{
border-color: #C22CBC;
}
.TagClassName
{
border-color: #C22CBC;
}
</style>