Shades of Fuchsia #C22CC3
Tints of Fuchsia #C22CC3
RGB
CMYK
RGB Variations
Color information
#C22CC3 (or 0xC22CC3) is known color: Fuchsia. HEX triplet: C2, 2C and C3. RGB value is (194,44,195). Sum of RGB (Red+Green+Blue) = 194+44+195=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 195 - color contains mainly: blue. Hex color #C22CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CC3 is #3DD33C. Grayscale: #696969. Windows color (decimal): -4051773 or 12790978. OLE color: 12790978.
HSL color Cylindrical-coordinate representation of color #C22CC3: hue angle of 299.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22CC3 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 195 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.24 |
| HSL | 299.6º | 0.63% | 0.47% | - |
| HSV(B) | 299.6º | 0.77% | 0.76% | - |
| XYZ | 33 | 17.21 | 53.21 | - |
| YUV | 106.06 | 178.2 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 195 | 0.01 | 0.77 | 0 | 0.24 | 299.6 | 0.63 | 0.47 |
| Hex | C2 | 2C | C3 | 1 | 4D | 0 | 18 | 12C | 3F | 2F |
| Octal | 302 | 54 | 303 | 1 | 115 | 0 | 30 | 454 | 77 | 57 |
| Binary | 11000010 | 101100 | 11000011 | 1 | 1001101 | 0 | 11000 | 100101100 | 111111 | 101111 |
Color Harmonies of #C22CC3
Complementary color
Monochromatic Colors of #C22CC3
Black with #C22CC3
Text Example
Text Example
White with #C22CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CC3; }
p { color: rgb(194,44,195); }
H1.HeaderClassName
{
color: #C22CC3;
}
.AnyTagClassName
{
color: #C22CC3;
}
</style>
background-color css
<style>
a { background-color: #C22CC3; }
a { background-color: rgb(194,44,195); }
div.DivClassName
{
background-color: #C22CC3;
}
.BgClassName
{
background-color: #C22CC3;
}
</style>
border-color css
<style>
span { border-color: #C22CC3; }
span { border-color: rgb(194,44,195); }
td.TdClassName
{
border-color: #C22CC3;
}
.TagClassName
{
border-color: #C22CC3;
}
</style>