Shades of Fuchsia #C26DB1
Tints of Fuchsia #C26DB1
RGB
CMYK
RGB Variations
Color information
#C26DB1 (or 0xC26DB1) is known color: Fuchsia. HEX triplet: C2, 6D and B1. RGB value is (194,109,177). Sum of RGB (Red+Green+Blue) = 194+109+177=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C26DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26DB1 is #3D924E. Grayscale: #8D8D8D. Windows color (decimal): -4035151 or 11627970. OLE color: 11627970.
HSL color Cylindrical-coordinate representation of color #C26DB1: hue angle of 312º 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 #C26DB1 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 177 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.24 |
| HSL | 312º | 0.41% | 0.59% | - |
| HSV(B) | 312º | 0.44% | 0.76% | - |
| XYZ | 35.65 | 25.58 | 44.65 | - |
| YUV | 142.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 177 | 0 | 0.44 | 0.09 | 0.24 | 312 | 0.41 | 0.59 |
| Hex | C2 | 6D | B1 | 0 | 2C | 9 | 18 | 138 | 29 | 3B |
| Octal | 302 | 155 | 261 | 0 | 54 | 11 | 30 | 470 | 51 | 73 |
| Binary | 11000010 | 1101101 | 10110001 | 0 | 101100 | 1001 | 11000 | 100111000 | 101001 | 111011 |
Color Harmonies of #C26DB1
Complementary color
Monochromatic Colors of #C26DB1
Black with #C26DB1
Text Example
Text Example
White with #C26DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26DB1; }
p { color: rgb(194,109,177); }
H1.HeaderClassName
{
color: #C26DB1;
}
.AnyTagClassName
{
color: #C26DB1;
}
</style>
background-color css
<style>
a { background-color: #C26DB1; }
a { background-color: rgb(194,109,177); }
div.DivClassName
{
background-color: #C26DB1;
}
.BgClassName
{
background-color: #C26DB1;
}
</style>
border-color css
<style>
span { border-color: #C26DB1; }
span { border-color: rgb(194,109,177); }
td.TdClassName
{
border-color: #C26DB1;
}
.TagClassName
{
border-color: #C26DB1;
}
</style>