Shades of Fuchsia #C26CB9
Tints of Fuchsia #C26CB9
RGB
CMYK
RGB Variations
Color information
#C26CB9 (or 0xC26CB9) is known color: Fuchsia. HEX triplet: C2, 6C and B9. RGB value is (194,108,185). Sum of RGB (Red+Green+Blue) = 194+108+185=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C26CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CB9 is #3D9346. Grayscale: #8E8E8E. Windows color (decimal): -4035399 or 12152002. OLE color: 12152002.
HSL color Cylindrical-coordinate representation of color #C26CB9: hue angle of 306.28º 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 #C26CB9 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 185 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.24 |
| HSL | 306.28º | 0.41% | 0.59% | - |
| HSV(B) | 306.28º | 0.44% | 0.76% | - |
| XYZ | 36.37 | 25.7 | 48.94 | - |
| YUV | 142.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 185 | 0 | 0.44 | 0.05 | 0.24 | 306.28 | 0.41 | 0.59 |
| Hex | C2 | 6C | B9 | 0 | 2C | 5 | 18 | 132 | 29 | 3B |
| Octal | 302 | 154 | 271 | 0 | 54 | 5 | 30 | 462 | 51 | 73 |
| Binary | 11000010 | 1101100 | 10111001 | 0 | 101100 | 101 | 11000 | 100110010 | 101001 | 111011 |
Color Harmonies of #C26CB9
Complementary color
Monochromatic Colors of #C26CB9
Black with #C26CB9
Text Example
Text Example
White with #C26CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26CB9; }
p { color: rgb(194,108,185); }
H1.HeaderClassName
{
color: #C26CB9;
}
.AnyTagClassName
{
color: #C26CB9;
}
</style>
background-color css
<style>
a { background-color: #C26CB9; }
a { background-color: rgb(194,108,185); }
div.DivClassName
{
background-color: #C26CB9;
}
.BgClassName
{
background-color: #C26CB9;
}
</style>
border-color css
<style>
span { border-color: #C26CB9; }
span { border-color: rgb(194,108,185); }
td.TdClassName
{
border-color: #C26CB9;
}
.TagClassName
{
border-color: #C26CB9;
}
</style>