Shades of Fuchsia #C22FC0
Tints of Fuchsia #C22FC0
RGB
CMYK
RGB Variations
Color information
#C22FC0 (or 0xC22FC0) is known color: Fuchsia. HEX triplet: C2, 2F and C0. RGB value is (194,47,192). Sum of RGB (Red+Green+Blue) = 194+47+192=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C22FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22FC0 is #3DD03F. Grayscale: #6B6B6B. Windows color (decimal): -4051008 or 12595138. OLE color: 12595138.
HSL color Cylindrical-coordinate representation of color #C22FC0: hue angle of 300.82º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C22FC0 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 192 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.24 |
| HSL | 300.82º | 0.61% | 0.47% | - |
| HSV(B) | 300.82º | 0.76% | 0.76% | - |
| XYZ | 32.78 | 17.31 | 51.48 | - |
| YUV | 107.48 | 175.7 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 192 | 0 | 0.76 | 0.01 | 0.24 | 300.82 | 0.61 | 0.47 |
| Hex | C2 | 2F | C0 | 0 | 4C | 1 | 18 | 12D | 3D | 2F |
| Octal | 302 | 57 | 300 | 0 | 114 | 1 | 30 | 455 | 75 | 57 |
| Binary | 11000010 | 101111 | 11000000 | 0 | 1001100 | 1 | 11000 | 100101101 | 111101 | 101111 |
Color Harmonies of #C22FC0
Complementary color
Monochromatic Colors of #C22FC0
Black with #C22FC0
Text Example
Text Example
White with #C22FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FC0; }
p { color: rgb(194,47,192); }
H1.HeaderClassName
{
color: #C22FC0;
}
.AnyTagClassName
{
color: #C22FC0;
}
</style>
background-color css
<style>
a { background-color: #C22FC0; }
a { background-color: rgb(194,47,192); }
div.DivClassName
{
background-color: #C22FC0;
}
.BgClassName
{
background-color: #C22FC0;
}
</style>
border-color css
<style>
span { border-color: #C22FC0; }
span { border-color: rgb(194,47,192); }
td.TdClassName
{
border-color: #C22FC0;
}
.TagClassName
{
border-color: #C22FC0;
}
</style>