Shades of Fuchsia #C22BBD
Tints of Fuchsia #C22BBD
RGB
CMYK
RGB Variations
Color information
#C22BBD (or 0xC22BBD) is known color: Fuchsia. HEX triplet: C2, 2B and BD. RGB value is (194,43,189). Sum of RGB (Red+Green+Blue) = 194+43+189=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 43 (17.19% from 255 or 10.09% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C22BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22BBD is #3DD442. Grayscale: #686868. Windows color (decimal): -4052035 or 12397506. OLE color: 12397506.
HSL color Cylindrical-coordinate representation of color #C22BBD: hue angle of 301.99º 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 #C22BBD is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 189 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.24 |
| HSL | 301.99º | 0.64% | 0.46% | - |
| HSV(B) | 301.99º | 0.78% | 0.76% | - |
| XYZ | 32.3 | 16.87 | 49.7 | - |
| YUV | 104.79 | 175.53 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 189 | 0 | 0.78 | 0.03 | 0.24 | 301.99 | 0.64 | 0.46 |
| Hex | C2 | 2B | BD | 0 | 4E | 3 | 18 | 12E | 40 | 2E |
| Octal | 302 | 53 | 275 | 0 | 116 | 3 | 30 | 456 | 100 | 56 |
| Binary | 11000010 | 101011 | 10111101 | 0 | 1001110 | 11 | 11000 | 100101110 | 1000000 | 101110 |
Color Harmonies of #C22BBD
Complementary color
Monochromatic Colors of #C22BBD
Black with #C22BBD
Text Example
Text Example
White with #C22BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22BBD; }
p { color: rgb(194,43,189); }
H1.HeaderClassName
{
color: #C22BBD;
}
.AnyTagClassName
{
color: #C22BBD;
}
</style>
background-color css
<style>
a { background-color: #C22BBD; }
a { background-color: rgb(194,43,189); }
div.DivClassName
{
background-color: #C22BBD;
}
.BgClassName
{
background-color: #C22BBD;
}
</style>
border-color css
<style>
span { border-color: #C22BBD; }
span { border-color: rgb(194,43,189); }
td.TdClassName
{
border-color: #C22BBD;
}
.TagClassName
{
border-color: #C22BBD;
}
</style>