Shades of Fuchsia #C26BC8
Tints of Fuchsia #C26BC8
RGB
CMYK
RGB Variations
Color information
#C26BC8 (or 0xC26BC8) is known color: Fuchsia. HEX triplet: C2, 6B and C8. RGB value is (194,107,200). Sum of RGB (Red+Green+Blue) = 194+107+200=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 200 - color contains mainly: blue. Hex color #C26BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26BC8 is #3D9437. Grayscale: #8F8F8F. Windows color (decimal): -4035640 or 13134786. OLE color: 13134786.
HSL color Cylindrical-coordinate representation of color #C26BC8: hue angle of 296.13º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26BC8 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 107 | 200 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.22 |
| HSL | 296.13º | 0.46% | 0.6% | - |
| HSV(B) | 296.13º | 0.47% | 0.78% | - |
| XYZ | 37.93 | 26.15 | 57.69 | - |
| YUV | 143.62 | 159.82 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 200 | 0.03 | 0.46 | 0 | 0.22 | 296.13 | 0.46 | 0.6 |
| Hex | C2 | 6B | C8 | 3 | 2E | 0 | 16 | 128 | 2E | 3C |
| Octal | 302 | 153 | 310 | 3 | 56 | 0 | 26 | 450 | 56 | 74 |
| Binary | 11000010 | 1101011 | 11001000 | 11 | 101110 | 0 | 10110 | 100101000 | 101110 | 111100 |
Color Harmonies of #C26BC8
Complementary color
Monochromatic Colors of #C26BC8
Black with #C26BC8
Text Example
Text Example
White with #C26BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26BC8; }
p { color: rgb(194,107,200); }
H1.HeaderClassName
{
color: #C26BC8;
}
.AnyTagClassName
{
color: #C26BC8;
}
</style>
background-color css
<style>
a { background-color: #C26BC8; }
a { background-color: rgb(194,107,200); }
div.DivClassName
{
background-color: #C26BC8;
}
.BgClassName
{
background-color: #C26BC8;
}
</style>
border-color css
<style>
span { border-color: #C26BC8; }
span { border-color: rgb(194,107,200); }
td.TdClassName
{
border-color: #C26BC8;
}
.TagClassName
{
border-color: #C26BC8;
}
</style>