Shades of Fuchsia #C26DAF
Tints of Fuchsia #C26DAF
RGB
CMYK
RGB Variations
Color information
#C26DAF (or 0xC26DAF) is known color: Fuchsia. HEX triplet: C2, 6D and AF. RGB value is (194,109,175). Sum of RGB (Red+Green+Blue) = 194+109+175=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C26DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26DAF is #3D9250. Grayscale: #8D8D8D. Windows color (decimal): -4035153 or 11496898. OLE color: 11496898.
HSL color Cylindrical-coordinate representation of color #C26DAF: hue angle of 313.41º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C26DAF is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 175 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.24 |
| HSL | 313.41º | 0.41% | 0.59% | - |
| HSV(B) | 313.41º | 0.44% | 0.76% | - |
| XYZ | 35.45 | 25.5 | 43.61 | - |
| YUV | 141.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 175 | 0 | 0.44 | 0.10 | 0.24 | 313.41 | 0.41 | 0.59 |
| Hex | C2 | 6D | AF | 0 | 2C | A | 18 | 139 | 29 | 3B |
| Octal | 302 | 155 | 257 | 0 | 54 | 12 | 30 | 471 | 51 | 73 |
| Binary | 11000010 | 1101101 | 10101111 | 0 | 101100 | 1010 | 11000 | 100111001 | 101001 | 111011 |
Color Harmonies of #C26DAF
Complementary color
Monochromatic Colors of #C26DAF
Black with #C26DAF
Text Example
Text Example
White with #C26DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26DAF; }
p { color: rgb(194,109,175); }
H1.HeaderClassName
{
color: #C26DAF;
}
.AnyTagClassName
{
color: #C26DAF;
}
</style>
background-color css
<style>
a { background-color: #C26DAF; }
a { background-color: rgb(194,109,175); }
div.DivClassName
{
background-color: #C26DAF;
}
.BgClassName
{
background-color: #C26DAF;
}
</style>
border-color css
<style>
span { border-color: #C26DAF; }
span { border-color: rgb(194,109,175); }
td.TdClassName
{
border-color: #C26DAF;
}
.TagClassName
{
border-color: #C26DAF;
}
</style>