Shades of Fuchsia #C26AAE
Tints of Fuchsia #C26AAE
RGB
CMYK
RGB Variations
Color information
#C26AAE (or 0xC26AAE) is known color: Fuchsia. HEX triplet: C2, 6A and AE. RGB value is (194,106,174). Sum of RGB (Red+Green+Blue) = 194+106+174=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C26AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26AAE is #3D9551. Grayscale: #8B8B8B. Windows color (decimal): -4035922 or 11430594. OLE color: 11430594.
HSL color Cylindrical-coordinate representation of color #C26AAE: hue angle of 313.64º 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 #C26AAE is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 174 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.24 |
| HSL | 313.64º | 0.42% | 0.59% | - |
| HSV(B) | 313.64º | 0.45% | 0.76% | - |
| XYZ | 35.04 | 24.83 | 42.99 | - |
| YUV | 140.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 174 | 0 | 0.45 | 0.10 | 0.24 | 313.64 | 0.42 | 0.59 |
| Hex | C2 | 6A | AE | 0 | 2D | A | 18 | 13A | 2A | 3B |
| Octal | 302 | 152 | 256 | 0 | 55 | 12 | 30 | 472 | 52 | 73 |
| Binary | 11000010 | 1101010 | 10101110 | 0 | 101101 | 1010 | 11000 | 100111010 | 101010 | 111011 |
Color Harmonies of #C26AAE
Complementary color
Monochromatic Colors of #C26AAE
Black with #C26AAE
Text Example
Text Example
White with #C26AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26AAE; }
p { color: rgb(194,106,174); }
H1.HeaderClassName
{
color: #C26AAE;
}
.AnyTagClassName
{
color: #C26AAE;
}
</style>
background-color css
<style>
a { background-color: #C26AAE; }
a { background-color: rgb(194,106,174); }
div.DivClassName
{
background-color: #C26AAE;
}
.BgClassName
{
background-color: #C26AAE;
}
</style>
border-color css
<style>
span { border-color: #C26AAE; }
span { border-color: rgb(194,106,174); }
td.TdClassName
{
border-color: #C26AAE;
}
.TagClassName
{
border-color: #C26AAE;
}
</style>