Shades of Fuchsia #C261AB
Tints of Fuchsia #C261AB
RGB
CMYK
RGB Variations
Color information
#C261AB (or 0xC261AB) is known color: Fuchsia. HEX triplet: C2, 61 and AB. RGB value is (194,97,171). Sum of RGB (Red+Green+Blue) = 194+97+171=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C261AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C261AB is #3D9E54. Grayscale: #868686. Windows color (decimal): -4038229 or 11231682. OLE color: 11231682.
HSL color Cylindrical-coordinate representation of color #C261AB: hue angle of 314.23º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C261AB is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 171 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.24 |
| HSL | 314.23º | 0.44% | 0.57% | - |
| HSV(B) | 314.23º | 0.5% | 0.76% | - |
| XYZ | 33.87 | 22.96 | 41.17 | - |
| YUV | 134.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 171 | 0 | 0.50 | 0.12 | 0.24 | 314.23 | 0.44 | 0.57 |
| Hex | C2 | 61 | AB | 0 | 32 | C | 18 | 13A | 2C | 39 |
| Octal | 302 | 141 | 253 | 0 | 62 | 14 | 30 | 472 | 54 | 71 |
| Binary | 11000010 | 1100001 | 10101011 | 0 | 110010 | 1100 | 11000 | 100111010 | 101100 | 111001 |
Color Harmonies of #C261AB
Complementary color
Monochromatic Colors of #C261AB
Black with #C261AB
Text Example
Text Example
White with #C261AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261AB; }
p { color: rgb(194,97,171); }
H1.HeaderClassName
{
color: #C261AB;
}
.AnyTagClassName
{
color: #C261AB;
}
</style>
background-color css
<style>
a { background-color: #C261AB; }
a { background-color: rgb(194,97,171); }
div.DivClassName
{
background-color: #C261AB;
}
.BgClassName
{
background-color: #C261AB;
}
</style>
border-color css
<style>
span { border-color: #C261AB; }
span { border-color: rgb(194,97,171); }
td.TdClassName
{
border-color: #C261AB;
}
.TagClassName
{
border-color: #C261AB;
}
</style>