Shades of Fuchsia #C22CCA
Tints of Fuchsia #C22CCA
RGB
CMYK
RGB Variations
Color information
#C22CCA (or 0xC22CCA) is known color: Fuchsia. HEX triplet: C2, 2C and CA. RGB value is (194,44,202). Sum of RGB (Red+Green+Blue) = 194+44+202=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #C22CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CCA is #3DD335. Grayscale: #6A6A6A. Windows color (decimal): -4051766 or 13249730. OLE color: 13249730.
HSL color Cylindrical-coordinate representation of color #C22CCA: hue angle of 296.96º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22CCA is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 44 | 202 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.21 |
| HSL | 296.96º | 0.64% | 0.48% | - |
| HSV(B) | 296.96º | 0.78% | 0.79% | - |
| XYZ | 33.81 | 17.53 | 57.48 | - |
| YUV | 106.86 | 181.7 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 202 | 0.04 | 0.78 | 0 | 0.21 | 296.96 | 0.64 | 0.48 |
| Hex | C2 | 2C | CA | 4 | 4E | 0 | 15 | 129 | 40 | 30 |
| Octal | 302 | 54 | 312 | 4 | 116 | 0 | 25 | 451 | 100 | 60 |
| Binary | 11000010 | 101100 | 11001010 | 100 | 1001110 | 0 | 10101 | 100101001 | 1000000 | 110000 |
Color Harmonies of #C22CCA
Complementary color
Monochromatic Colors of #C22CCA
Black with #C22CCA
Text Example
Text Example
White with #C22CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CCA; }
p { color: rgb(194,44,202); }
H1.HeaderClassName
{
color: #C22CCA;
}
.AnyTagClassName
{
color: #C22CCA;
}
</style>
background-color css
<style>
a { background-color: #C22CCA; }
a { background-color: rgb(194,44,202); }
div.DivClassName
{
background-color: #C22CCA;
}
.BgClassName
{
background-color: #C22CCA;
}
</style>
border-color css
<style>
span { border-color: #C22CCA; }
span { border-color: rgb(194,44,202); }
td.TdClassName
{
border-color: #C22CCA;
}
.TagClassName
{
border-color: #C22CCA;
}
</style>