Shades of Fuchsia #C261AC
Tints of Fuchsia #C261AC
RGB
CMYK
RGB Variations
Color information
#C261AC (or 0xC261AC) is known color: Fuchsia. HEX triplet: C2, 61 and AC. RGB value is (194,97,172). Sum of RGB (Red+Green+Blue) = 194+97+172=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C261AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C261AC is #3D9E53. Grayscale: #868686. Windows color (decimal): -4038228 or 11297218. OLE color: 11297218.
HSL color Cylindrical-coordinate representation of color #C261AC: hue angle of 313.61º 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 #C261AC is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 172 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.24 |
| HSL | 313.61º | 0.44% | 0.57% | - |
| HSV(B) | 313.61º | 0.5% | 0.76% | - |
| XYZ | 33.97 | 23 | 41.68 | - |
| YUV | 134.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 172 | 0 | 0.50 | 0.11 | 0.24 | 313.61 | 0.44 | 0.57 |
| Hex | C2 | 61 | AC | 0 | 32 | B | 18 | 13A | 2C | 39 |
| Octal | 302 | 141 | 254 | 0 | 62 | 13 | 30 | 472 | 54 | 71 |
| Binary | 11000010 | 1100001 | 10101100 | 0 | 110010 | 1011 | 11000 | 100111010 | 101100 | 111001 |
Color Harmonies of #C261AC
Complementary color
Monochromatic Colors of #C261AC
Black with #C261AC
Text Example
Text Example
White with #C261AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261AC; }
p { color: rgb(194,97,172); }
H1.HeaderClassName
{
color: #C261AC;
}
.AnyTagClassName
{
color: #C261AC;
}
</style>
background-color css
<style>
a { background-color: #C261AC; }
a { background-color: rgb(194,97,172); }
div.DivClassName
{
background-color: #C261AC;
}
.BgClassName
{
background-color: #C261AC;
}
</style>
border-color css
<style>
span { border-color: #C261AC; }
span { border-color: rgb(194,97,172); }
td.TdClassName
{
border-color: #C261AC;
}
.TagClassName
{
border-color: #C261AC;
}
</style>