Shades of Fuchsia #C26AB7
Tints of Fuchsia #C26AB7
RGB
CMYK
RGB Variations
Color information
#C26AB7 (or 0xC26AB7) is known color: Fuchsia. HEX triplet: C2, 6A and B7. RGB value is (194,106,183). Sum of RGB (Red+Green+Blue) = 194+106+183=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C26AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26AB7 is #3D9548. Grayscale: #8C8C8C. Windows color (decimal): -4035913 or 12020418. OLE color: 12020418.
HSL color Cylindrical-coordinate representation of color #C26AB7: hue angle of 307.5º 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 #C26AB7 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 183 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.24 |
| HSL | 307.5º | 0.42% | 0.59% | - |
| HSV(B) | 307.5º | 0.45% | 0.76% | - |
| XYZ | 35.95 | 25.2 | 47.77 | - |
| YUV | 141.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 183 | 0 | 0.45 | 0.06 | 0.24 | 307.5 | 0.42 | 0.59 |
| Hex | C2 | 6A | B7 | 0 | 2D | 6 | 18 | 134 | 2A | 3B |
| Octal | 302 | 152 | 267 | 0 | 55 | 6 | 30 | 464 | 52 | 73 |
| Binary | 11000010 | 1101010 | 10110111 | 0 | 101101 | 110 | 11000 | 100110100 | 101010 | 111011 |
Color Harmonies of #C26AB7
Complementary color
Monochromatic Colors of #C26AB7
Black with #C26AB7
Text Example
Text Example
White with #C26AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26AB7; }
p { color: rgb(194,106,183); }
H1.HeaderClassName
{
color: #C26AB7;
}
.AnyTagClassName
{
color: #C26AB7;
}
</style>
background-color css
<style>
a { background-color: #C26AB7; }
a { background-color: rgb(194,106,183); }
div.DivClassName
{
background-color: #C26AB7;
}
.BgClassName
{
background-color: #C26AB7;
}
</style>
border-color css
<style>
span { border-color: #C26AB7; }
span { border-color: rgb(194,106,183); }
td.TdClassName
{
border-color: #C26AB7;
}
.TagClassName
{
border-color: #C26AB7;
}
</style>