Shades of Fuchsia #C26FC6
Tints of Fuchsia #C26FC6
RGB
CMYK
RGB Variations
Color information
#C26FC6 (or 0xC26FC6) is known color: Fuchsia. HEX triplet: C2, 6F and C6. RGB value is (194,111,198). Sum of RGB (Red+Green+Blue) = 194+111+198=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 198 - color contains mainly: blue. Hex color #C26FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FC6 is #3D9039. Grayscale: #919191. Windows color (decimal): -4034618 or 13004738. OLE color: 13004738.
HSL color Cylindrical-coordinate representation of color #C26FC6: hue angle of 297.24º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C26FC6 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 111 | 198 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.22 |
| HSL | 297.24º | 0.43% | 0.61% | - |
| HSV(B) | 297.24º | 0.44% | 0.78% | - |
| XYZ | 38.13 | 26.92 | 56.61 | - |
| YUV | 145.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 198 | 0.02 | 0.44 | 0 | 0.22 | 297.24 | 0.43 | 0.61 |
| Hex | C2 | 6F | C6 | 2 | 2C | 0 | 16 | 129 | 2B | 3D |
| Octal | 302 | 157 | 306 | 2 | 54 | 0 | 26 | 451 | 53 | 75 |
| Binary | 11000010 | 1101111 | 11000110 | 10 | 101100 | 0 | 10110 | 100101001 | 101011 | 111101 |
Color Harmonies of #C26FC6
Complementary color
Monochromatic Colors of #C26FC6
Black with #C26FC6
Text Example
Text Example
White with #C26FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26FC6; }
p { color: rgb(194,111,198); }
H1.HeaderClassName
{
color: #C26FC6;
}
.AnyTagClassName
{
color: #C26FC6;
}
</style>
background-color css
<style>
a { background-color: #C26FC6; }
a { background-color: rgb(194,111,198); }
div.DivClassName
{
background-color: #C26FC6;
}
.BgClassName
{
background-color: #C26FC6;
}
</style>
border-color css
<style>
span { border-color: #C26FC6; }
span { border-color: rgb(194,111,198); }
td.TdClassName
{
border-color: #C26FC6;
}
.TagClassName
{
border-color: #C26FC6;
}
</style>