Shades of Fuchsia #C22DCB
Tints of Fuchsia #C22DCB
RGB
CMYK
RGB Variations
Color information
#C22DCB (or 0xC22DCB) is known color: Fuchsia. HEX triplet: C2, 2D and CB. RGB value is (194,45,203). Sum of RGB (Red+Green+Blue) = 194+45+203=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #C22DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22DCB is #3DD234. Grayscale: #6B6B6B. Windows color (decimal): -4051509 or 13315522. OLE color: 13315522.
HSL color Cylindrical-coordinate representation of color #C22DCB: hue angle of 296.58º 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 #C22DCB is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 45 | 203 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.20 |
| HSL | 296.58º | 0.64% | 0.49% | - |
| HSV(B) | 296.58º | 0.78% | 0.8% | - |
| XYZ | 33.97 | 17.66 | 58.12 | - |
| YUV | 107.56 | 181.86 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 203 | 0.04 | 0.78 | 0 | 0.20 | 296.58 | 0.64 | 0.49 |
| Hex | C2 | 2D | CB | 4 | 4E | 0 | 14 | 129 | 40 | 31 |
| Octal | 302 | 55 | 313 | 4 | 116 | 0 | 24 | 451 | 100 | 61 |
| Binary | 11000010 | 101101 | 11001011 | 100 | 1001110 | 0 | 10100 | 100101001 | 1000000 | 110001 |
Color Harmonies of #C22DCB
Complementary color
Monochromatic Colors of #C22DCB
Black with #C22DCB
Text Example
Text Example
White with #C22DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22DCB; }
p { color: rgb(194,45,203); }
H1.HeaderClassName
{
color: #C22DCB;
}
.AnyTagClassName
{
color: #C22DCB;
}
</style>
background-color css
<style>
a { background-color: #C22DCB; }
a { background-color: rgb(194,45,203); }
div.DivClassName
{
background-color: #C22DCB;
}
.BgClassName
{
background-color: #C22DCB;
}
</style>
border-color css
<style>
span { border-color: #C22DCB; }
span { border-color: rgb(194,45,203); }
td.TdClassName
{
border-color: #C22DCB;
}
.TagClassName
{
border-color: #C22DCB;
}
</style>