Shades of Fuchsia #C22DB5
Tints of Fuchsia #C22DB5
RGB
CMYK
RGB Variations
Color information
#C22DB5 (or 0xC22DB5) is known color: Fuchsia. HEX triplet: C2, 2D and B5. RGB value is (194,45,181). Sum of RGB (Red+Green+Blue) = 194+45+181=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C22DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22DB5 is #3DD24A. Grayscale: #686868. Windows color (decimal): -4051531 or 11873730. OLE color: 11873730.
HSL color Cylindrical-coordinate representation of color #C22DB5: hue angle of 305.23º 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 #C22DB5 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 45 | 181 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.24 |
| HSL | 305.23º | 0.62% | 0.47% | - |
| HSV(B) | 305.23º | 0.77% | 0.76% | - |
| XYZ | 31.53 | 16.68 | 45.27 | - |
| YUV | 105.06 | 170.86 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 181 | 0 | 0.77 | 0.07 | 0.24 | 305.23 | 0.62 | 0.47 |
| Hex | C2 | 2D | B5 | 0 | 4D | 7 | 18 | 131 | 3E | 2F |
| Octal | 302 | 55 | 265 | 0 | 115 | 7 | 30 | 461 | 76 | 57 |
| Binary | 11000010 | 101101 | 10110101 | 0 | 1001101 | 111 | 11000 | 100110001 | 111110 | 101111 |
Color Harmonies of #C22DB5
Complementary color
Monochromatic Colors of #C22DB5
Black with #C22DB5
Text Example
Text Example
White with #C22DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22DB5; }
p { color: rgb(194,45,181); }
H1.HeaderClassName
{
color: #C22DB5;
}
.AnyTagClassName
{
color: #C22DB5;
}
</style>
background-color css
<style>
a { background-color: #C22DB5; }
a { background-color: rgb(194,45,181); }
div.DivClassName
{
background-color: #C22DB5;
}
.BgClassName
{
background-color: #C22DB5;
}
</style>
border-color css
<style>
span { border-color: #C22DB5; }
span { border-color: rgb(194,45,181); }
td.TdClassName
{
border-color: #C22DB5;
}
.TagClassName
{
border-color: #C22DB5;
}
</style>