Shades of Fuchsia #C26EB6
Tints of Fuchsia #C26EB6
RGB
CMYK
RGB Variations
Color information
#C26EB6 (or 0xC26EB6) is known color: Fuchsia. HEX triplet: C2, 6E and B6. RGB value is (194,110,182). Sum of RGB (Red+Green+Blue) = 194+110+182=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C26EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26EB6 is #3D9149. Grayscale: #8F8F8F. Windows color (decimal): -4034890 or 11955906. OLE color: 11955906.
HSL color Cylindrical-coordinate representation of color #C26EB6: hue angle of 308.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 #C26EB6 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 182 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.24 |
| HSL | 308.57º | 0.41% | 0.6% | - |
| HSV(B) | 308.57º | 0.43% | 0.76% | - |
| XYZ | 36.27 | 26 | 47.36 | - |
| YUV | 143.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 182 | 0 | 0.43 | 0.06 | 0.24 | 308.57 | 0.41 | 0.6 |
| Hex | C2 | 6E | B6 | 0 | 2B | 6 | 18 | 135 | 29 | 3C |
| Octal | 302 | 156 | 266 | 0 | 53 | 6 | 30 | 465 | 51 | 74 |
| Binary | 11000010 | 1101110 | 10110110 | 0 | 101011 | 110 | 11000 | 100110101 | 101001 | 111100 |
Color Harmonies of #C26EB6
Complementary color
Monochromatic Colors of #C26EB6
Black with #C26EB6
Text Example
Text Example
White with #C26EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26EB6; }
p { color: rgb(194,110,182); }
H1.HeaderClassName
{
color: #C26EB6;
}
.AnyTagClassName
{
color: #C26EB6;
}
</style>
background-color css
<style>
a { background-color: #C26EB6; }
a { background-color: rgb(194,110,182); }
div.DivClassName
{
background-color: #C26EB6;
}
.BgClassName
{
background-color: #C26EB6;
}
</style>
border-color css
<style>
span { border-color: #C26EB6; }
span { border-color: rgb(194,110,182); }
td.TdClassName
{
border-color: #C26EB6;
}
.TagClassName
{
border-color: #C26EB6;
}
</style>