Shades of Fuchsia #C22DCC
Tints of Fuchsia #C22DCC
RGB
CMYK
RGB Variations
Color information
#C22DCC (or 0xC22DCC) is known color: Fuchsia. HEX triplet: C2, 2D and CC. RGB value is (194,45,204). Sum of RGB (Red+Green+Blue) = 194+45+204=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #C22DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22DCC is #3DD233. Grayscale: #6B6B6B. Windows color (decimal): -4051508 or 13381058. OLE color: 13381058.
HSL color Cylindrical-coordinate representation of color #C22DCC: hue angle of 296.23º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22DCC is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 45 | 204 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.2 |
| HSL | 296.23º | 0.64% | 0.49% | - |
| HSV(B) | 296.23º | 0.78% | 0.8% | - |
| XYZ | 34.09 | 17.71 | 58.75 | - |
| YUV | 107.68 | 182.36 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 204 | 0.05 | 0.78 | 0 | 0.2 | 296.23 | 0.64 | 0.49 |
| Hex | C2 | 2D | CC | 5 | 4E | 0 | 14 | 128 | 40 | 31 |
| Octal | 302 | 55 | 314 | 5 | 116 | 0 | 24 | 450 | 100 | 61 |
| Binary | 11000010 | 101101 | 11001100 | 101 | 1001110 | 0 | 10100 | 100101000 | 1000000 | 110001 |
Color Harmonies of #C22DCC
Complementary color
Monochromatic Colors of #C22DCC
Black with #C22DCC
Text Example
Text Example
White with #C22DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22DCC; }
p { color: rgb(194,45,204); }
H1.HeaderClassName
{
color: #C22DCC;
}
.AnyTagClassName
{
color: #C22DCC;
}
</style>
background-color css
<style>
a { background-color: #C22DCC; }
a { background-color: rgb(194,45,204); }
div.DivClassName
{
background-color: #C22DCC;
}
.BgClassName
{
background-color: #C22DCC;
}
</style>
border-color css
<style>
span { border-color: #C22DCC; }
span { border-color: rgb(194,45,204); }
td.TdClassName
{
border-color: #C22DCC;
}
.TagClassName
{
border-color: #C22DCC;
}
</style>