Shades of Fuchsia #C22DC0
Tints of Fuchsia #C22DC0
RGB
CMYK
RGB Variations
Color information
#C22DC0 (or 0xC22DC0) is known color: Fuchsia. HEX triplet: C2, 2D and C0. RGB value is (194,45,192). Sum of RGB (Red+Green+Blue) = 194+45+192=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C22DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22DC0 is #3DD23F. Grayscale: #696969. Windows color (decimal): -4051520 or 12594626. OLE color: 12594626.
HSL color Cylindrical-coordinate representation of color #C22DC0: hue angle of 300.81º degrees, saturation: 0.62, 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 #C22DC0 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 45 | 192 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.24 |
| HSL | 300.81º | 0.62% | 0.47% | - |
| HSV(B) | 300.81º | 0.77% | 0.76% | - |
| XYZ | 32.7 | 17.15 | 51.46 | - |
| YUV | 106.31 | 176.36 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 192 | 0 | 0.77 | 0.01 | 0.24 | 300.81 | 0.62 | 0.47 |
| Hex | C2 | 2D | C0 | 0 | 4D | 1 | 18 | 12D | 3E | 2F |
| Octal | 302 | 55 | 300 | 0 | 115 | 1 | 30 | 455 | 76 | 57 |
| Binary | 11000010 | 101101 | 11000000 | 0 | 1001101 | 1 | 11000 | 100101101 | 111110 | 101111 |
Color Harmonies of #C22DC0
Complementary color
Monochromatic Colors of #C22DC0
Black with #C22DC0
Text Example
Text Example
White with #C22DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22DC0; }
p { color: rgb(194,45,192); }
H1.HeaderClassName
{
color: #C22DC0;
}
.AnyTagClassName
{
color: #C22DC0;
}
</style>
background-color css
<style>
a { background-color: #C22DC0; }
a { background-color: rgb(194,45,192); }
div.DivClassName
{
background-color: #C22DC0;
}
.BgClassName
{
background-color: #C22DC0;
}
</style>
border-color css
<style>
span { border-color: #C22DC0; }
span { border-color: rgb(194,45,192); }
td.TdClassName
{
border-color: #C22DC0;
}
.TagClassName
{
border-color: #C22DC0;
}
</style>