Shades of Fuchsia #C26EC8
Tints of Fuchsia #C26EC8
RGB
CMYK
RGB Variations
Color information
#C26EC8 (or 0xC26EC8) is known color: Fuchsia. HEX triplet: C2, 6E and C8. RGB value is (194,110,200). Sum of RGB (Red+Green+Blue) = 194+110+200=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 200 - color contains mainly: blue. Hex color #C26EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26EC8 is #3D9137. Grayscale: #919191. Windows color (decimal): -4034872 or 13135554. OLE color: 13135554.
HSL color Cylindrical-coordinate representation of color #C26EC8: hue angle of 296º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C26EC8 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 110 | 200 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.22 |
| HSL | 296º | 0.45% | 0.61% | - |
| HSV(B) | 296º | 0.45% | 0.78% | - |
| XYZ | 38.25 | 26.79 | 57.8 | - |
| YUV | 145.38 | 158.83 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 200 | 0.03 | 0.45 | 0 | 0.22 | 296 | 0.45 | 0.61 |
| Hex | C2 | 6E | C8 | 3 | 2D | 0 | 16 | 128 | 2D | 3D |
| Octal | 302 | 156 | 310 | 3 | 55 | 0 | 26 | 450 | 55 | 75 |
| Binary | 11000010 | 1101110 | 11001000 | 11 | 101101 | 0 | 10110 | 100101000 | 101101 | 111101 |
Color Harmonies of #C26EC8
Complementary color
Monochromatic Colors of #C26EC8
Black with #C26EC8
Text Example
Text Example
White with #C26EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26EC8; }
p { color: rgb(194,110,200); }
H1.HeaderClassName
{
color: #C26EC8;
}
.AnyTagClassName
{
color: #C26EC8;
}
</style>
background-color css
<style>
a { background-color: #C26EC8; }
a { background-color: rgb(194,110,200); }
div.DivClassName
{
background-color: #C26EC8;
}
.BgClassName
{
background-color: #C26EC8;
}
</style>
border-color css
<style>
span { border-color: #C26EC8; }
span { border-color: rgb(194,110,200); }
td.TdClassName
{
border-color: #C26EC8;
}
.TagClassName
{
border-color: #C26EC8;
}
</style>