Shades of Fuchsia #C26EAF
Tints of Fuchsia #C26EAF
RGB
CMYK
RGB Variations
Color information
#C26EAF (or 0xC26EAF) is known color: Fuchsia. HEX triplet: C2, 6E and AF. RGB value is (194,110,175). Sum of RGB (Red+Green+Blue) = 194+110+175=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C26EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26EAF is #3D9150. Grayscale: #8E8E8E. Windows color (decimal): -4034897 or 11497154. OLE color: 11497154.
HSL color Cylindrical-coordinate representation of color #C26EAF: hue angle of 313.57º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C26EAF is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 175 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.24 |
| HSL | 313.57º | 0.41% | 0.6% | - |
| HSV(B) | 313.57º | 0.43% | 0.76% | - |
| XYZ | 35.56 | 25.72 | 43.65 | - |
| YUV | 142.53 | 146.33 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 175 | 0 | 0.43 | 0.10 | 0.24 | 313.57 | 0.41 | 0.6 |
| Hex | C2 | 6E | AF | 0 | 2B | A | 18 | 13A | 29 | 3C |
| Octal | 302 | 156 | 257 | 0 | 53 | 12 | 30 | 472 | 51 | 74 |
| Binary | 11000010 | 1101110 | 10101111 | 0 | 101011 | 1010 | 11000 | 100111010 | 101001 | 111100 |
Color Harmonies of #C26EAF
Complementary color
Monochromatic Colors of #C26EAF
Black with #C26EAF
Text Example
Text Example
White with #C26EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26EAF; }
p { color: rgb(194,110,175); }
H1.HeaderClassName
{
color: #C26EAF;
}
.AnyTagClassName
{
color: #C26EAF;
}
</style>
background-color css
<style>
a { background-color: #C26EAF; }
a { background-color: rgb(194,110,175); }
div.DivClassName
{
background-color: #C26EAF;
}
.BgClassName
{
background-color: #C26EAF;
}
</style>
border-color css
<style>
span { border-color: #C26EAF; }
span { border-color: rgb(194,110,175); }
td.TdClassName
{
border-color: #C26EAF;
}
.TagClassName
{
border-color: #C26EAF;
}
</style>