Shades of Fuchsia #C22BC0
Tints of Fuchsia #C22BC0
RGB
CMYK
RGB Variations
Color information
#C22BC0 (or 0xC22BC0) is known color: Fuchsia. HEX triplet: C2, 2B and C0. RGB value is (194,43,192). Sum of RGB (Red+Green+Blue) = 194+43+192=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C22BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22BC0 is #3DD43F. Grayscale: #686868. Windows color (decimal): -4052032 or 12594114. OLE color: 12594114.
HSL color Cylindrical-coordinate representation of color #C22BC0: hue angle of 300.79º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22BC0 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 192 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.24 |
| HSL | 300.79º | 0.64% | 0.46% | - |
| HSV(B) | 300.79º | 0.78% | 0.76% | - |
| XYZ | 32.63 | 17 | 51.43 | - |
| YUV | 105.14 | 177.03 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 192 | 0 | 0.78 | 0.01 | 0.24 | 300.79 | 0.64 | 0.46 |
| Hex | C2 | 2B | C0 | 0 | 4E | 1 | 18 | 12D | 40 | 2E |
| Octal | 302 | 53 | 300 | 0 | 116 | 1 | 30 | 455 | 100 | 56 |
| Binary | 11000010 | 101011 | 11000000 | 0 | 1001110 | 1 | 11000 | 100101101 | 1000000 | 101110 |
Color Harmonies of #C22BC0
Complementary color
Monochromatic Colors of #C22BC0
Black with #C22BC0
Text Example
Text Example
White with #C22BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22BC0; }
p { color: rgb(194,43,192); }
H1.HeaderClassName
{
color: #C22BC0;
}
.AnyTagClassName
{
color: #C22BC0;
}
</style>
background-color css
<style>
a { background-color: #C22BC0; }
a { background-color: rgb(194,43,192); }
div.DivClassName
{
background-color: #C22BC0;
}
.BgClassName
{
background-color: #C22BC0;
}
</style>
border-color css
<style>
span { border-color: #C22BC0; }
span { border-color: rgb(194,43,192); }
td.TdClassName
{
border-color: #C22BC0;
}
.TagClassName
{
border-color: #C22BC0;
}
</style>