Shades of Fuchsia #C22BBE
Tints of Fuchsia #C22BBE
RGB
CMYK
RGB Variations
Color information
#C22BBE (or 0xC22BBE) is known color: Fuchsia. HEX triplet: C2, 2B and BE. RGB value is (194,43,190). Sum of RGB (Red+Green+Blue) = 194+43+190=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C22BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22BBE is #3DD441. Grayscale: #686868. Windows color (decimal): -4052034 or 12463042. OLE color: 12463042.
HSL color Cylindrical-coordinate representation of color #C22BBE: hue angle of 301.59º 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 #C22BBE is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 190 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.24 |
| HSL | 301.59º | 0.64% | 0.46% | - |
| HSV(B) | 301.59º | 0.78% | 0.76% | - |
| XYZ | 32.41 | 16.91 | 50.27 | - |
| YUV | 104.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 190 | 0 | 0.78 | 0.02 | 0.24 | 301.59 | 0.64 | 0.46 |
| Hex | C2 | 2B | BE | 0 | 4E | 2 | 18 | 12E | 40 | 2E |
| Octal | 302 | 53 | 276 | 0 | 116 | 2 | 30 | 456 | 100 | 56 |
| Binary | 11000010 | 101011 | 10111110 | 0 | 1001110 | 10 | 11000 | 100101110 | 1000000 | 101110 |
Color Harmonies of #C22BBE
Complementary color
Monochromatic Colors of #C22BBE
Black with #C22BBE
Text Example
Text Example
White with #C22BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22BBE; }
p { color: rgb(194,43,190); }
H1.HeaderClassName
{
color: #C22BBE;
}
.AnyTagClassName
{
color: #C22BBE;
}
</style>
background-color css
<style>
a { background-color: #C22BBE; }
a { background-color: rgb(194,43,190); }
div.DivClassName
{
background-color: #C22BBE;
}
.BgClassName
{
background-color: #C22BBE;
}
</style>
border-color css
<style>
span { border-color: #C22BBE; }
span { border-color: rgb(194,43,190); }
td.TdClassName
{
border-color: #C22BBE;
}
.TagClassName
{
border-color: #C22BBE;
}
</style>