Shades of Fuchsia #C26AB5
Tints of Fuchsia #C26AB5
RGB
CMYK
RGB Variations
Color information
#C26AB5 (or 0xC26AB5) is known color: Fuchsia. HEX triplet: C2, 6A and B5. RGB value is (194,106,181). Sum of RGB (Red+Green+Blue) = 194+106+181=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C26AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26AB5 is #3D954A. Grayscale: #8C8C8C. Windows color (decimal): -4035915 or 11889346. OLE color: 11889346.
HSL color Cylindrical-coordinate representation of color #C26AB5: hue angle of 308.86º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C26AB5 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 181 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.24 |
| HSL | 308.86º | 0.42% | 0.59% | - |
| HSV(B) | 308.86º | 0.45% | 0.76% | - |
| XYZ | 35.74 | 25.11 | 46.68 | - |
| YUV | 140.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 181 | 0 | 0.45 | 0.07 | 0.24 | 308.86 | 0.42 | 0.59 |
| Hex | C2 | 6A | B5 | 0 | 2D | 7 | 18 | 135 | 2A | 3B |
| Octal | 302 | 152 | 265 | 0 | 55 | 7 | 30 | 465 | 52 | 73 |
| Binary | 11000010 | 1101010 | 10110101 | 0 | 101101 | 111 | 11000 | 100110101 | 101010 | 111011 |
Color Harmonies of #C26AB5
Complementary color
Monochromatic Colors of #C26AB5
Black with #C26AB5
Text Example
Text Example
White with #C26AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26AB5; }
p { color: rgb(194,106,181); }
H1.HeaderClassName
{
color: #C26AB5;
}
.AnyTagClassName
{
color: #C26AB5;
}
</style>
background-color css
<style>
a { background-color: #C26AB5; }
a { background-color: rgb(194,106,181); }
div.DivClassName
{
background-color: #C26AB5;
}
.BgClassName
{
background-color: #C26AB5;
}
</style>
border-color css
<style>
span { border-color: #C26AB5; }
span { border-color: rgb(194,106,181); }
td.TdClassName
{
border-color: #C26AB5;
}
.TagClassName
{
border-color: #C26AB5;
}
</style>