Shades of Fuchsia #C26EAD
Tints of Fuchsia #C26EAD
RGB
CMYK
RGB Variations
Color information
#C26EAD (or 0xC26EAD) is known color: Fuchsia. HEX triplet: C2, 6E and AD. RGB value is (194,110,173). Sum of RGB (Red+Green+Blue) = 194+110+173=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C26EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26EAD is #3D9152. Grayscale: #8E8E8E. Windows color (decimal): -4034899 or 11366082. OLE color: 11366082.
HSL color Cylindrical-coordinate representation of color #C26EAD: hue angle of 315º 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 #C26EAD is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 173 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.24 |
| HSL | 315º | 0.41% | 0.6% | - |
| HSV(B) | 315º | 0.43% | 0.76% | - |
| XYZ | 35.37 | 25.64 | 42.62 | - |
| YUV | 142.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 173 | 0 | 0.43 | 0.11 | 0.24 | 315 | 0.41 | 0.6 |
| Hex | C2 | 6E | AD | 0 | 2B | B | 18 | 13B | 29 | 3C |
| Octal | 302 | 156 | 255 | 0 | 53 | 13 | 30 | 473 | 51 | 74 |
| Binary | 11000010 | 1101110 | 10101101 | 0 | 101011 | 1011 | 11000 | 100111011 | 101001 | 111100 |
Color Harmonies of #C26EAD
Complementary color
Monochromatic Colors of #C26EAD
Black with #C26EAD
Text Example
Text Example
White with #C26EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26EAD; }
p { color: rgb(194,110,173); }
H1.HeaderClassName
{
color: #C26EAD;
}
.AnyTagClassName
{
color: #C26EAD;
}
</style>
background-color css
<style>
a { background-color: #C26EAD; }
a { background-color: rgb(194,110,173); }
div.DivClassName
{
background-color: #C26EAD;
}
.BgClassName
{
background-color: #C26EAD;
}
</style>
border-color css
<style>
span { border-color: #C26EAD; }
span { border-color: rgb(194,110,173); }
td.TdClassName
{
border-color: #C26EAD;
}
.TagClassName
{
border-color: #C26EAD;
}
</style>