Shades of Fuchsia #C26AAF
Tints of Fuchsia #C26AAF
RGB
CMYK
RGB Variations
Color information
#C26AAF (or 0xC26AAF) is known color: Fuchsia. HEX triplet: C2, 6A and AF. RGB value is (194,106,175). Sum of RGB (Red+Green+Blue) = 194+106+175=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C26AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26AAF is #3D9550. Grayscale: #8B8B8B. Windows color (decimal): -4035921 or 11496130. OLE color: 11496130.
HSL color Cylindrical-coordinate representation of color #C26AAF: hue angle of 312.95º 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 #C26AAF is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 175 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.24 |
| HSL | 312.95º | 0.42% | 0.59% | - |
| HSV(B) | 312.95º | 0.45% | 0.76% | - |
| XYZ | 35.14 | 24.87 | 43.51 | - |
| YUV | 140.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 175 | 0 | 0.45 | 0.10 | 0.24 | 312.95 | 0.42 | 0.59 |
| Hex | C2 | 6A | AF | 0 | 2D | A | 18 | 139 | 2A | 3B |
| Octal | 302 | 152 | 257 | 0 | 55 | 12 | 30 | 471 | 52 | 73 |
| Binary | 11000010 | 1101010 | 10101111 | 0 | 101101 | 1010 | 11000 | 100111001 | 101010 | 111011 |
Color Harmonies of #C26AAF
Complementary color
Monochromatic Colors of #C26AAF
Black with #C26AAF
Text Example
Text Example
White with #C26AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26AAF; }
p { color: rgb(194,106,175); }
H1.HeaderClassName
{
color: #C26AAF;
}
.AnyTagClassName
{
color: #C26AAF;
}
</style>
background-color css
<style>
a { background-color: #C26AAF; }
a { background-color: rgb(194,106,175); }
div.DivClassName
{
background-color: #C26AAF;
}
.BgClassName
{
background-color: #C26AAF;
}
</style>
border-color css
<style>
span { border-color: #C26AAF; }
span { border-color: rgb(194,106,175); }
td.TdClassName
{
border-color: #C26AAF;
}
.TagClassName
{
border-color: #C26AAF;
}
</style>