Shades of Fuchsia #C22FCB
Tints of Fuchsia #C22FCB
RGB
CMYK
RGB Variations
Color information
#C22FCB (or 0xC22FCB) is known color: Fuchsia. HEX triplet: C2, 2F and CB. RGB value is (194,47,203). Sum of RGB (Red+Green+Blue) = 194+47+203=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #C22FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22FCB is #3DD034. Grayscale: #6C6C6C. Windows color (decimal): -4050997 or 13316034. OLE color: 13316034.
HSL color Cylindrical-coordinate representation of color #C22FCB: hue angle of 296.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22FCB is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 47 | 203 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.20 |
| HSL | 296.54º | 0.62% | 0.49% | - |
| HSV(B) | 296.54º | 0.77% | 0.8% | - |
| XYZ | 34.04 | 17.81 | 58.14 | - |
| YUV | 108.74 | 181.2 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 203 | 0.04 | 0.77 | 0 | 0.20 | 296.54 | 0.62 | 0.49 |
| Hex | C2 | 2F | CB | 4 | 4D | 0 | 14 | 129 | 3E | 31 |
| Octal | 302 | 57 | 313 | 4 | 115 | 0 | 24 | 451 | 76 | 61 |
| Binary | 11000010 | 101111 | 11001011 | 100 | 1001101 | 0 | 10100 | 100101001 | 111110 | 110001 |
Color Harmonies of #C22FCB
Complementary color
Monochromatic Colors of #C22FCB
Black with #C22FCB
Text Example
Text Example
White with #C22FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FCB; }
p { color: rgb(194,47,203); }
H1.HeaderClassName
{
color: #C22FCB;
}
.AnyTagClassName
{
color: #C22FCB;
}
</style>
background-color css
<style>
a { background-color: #C22FCB; }
a { background-color: rgb(194,47,203); }
div.DivClassName
{
background-color: #C22FCB;
}
.BgClassName
{
background-color: #C22FCB;
}
</style>
border-color css
<style>
span { border-color: #C22FCB; }
span { border-color: rgb(194,47,203); }
td.TdClassName
{
border-color: #C22FCB;
}
.TagClassName
{
border-color: #C22FCB;
}
</style>