Shades of Fuchsia #C26CC8
Tints of Fuchsia #C26CC8
RGB
CMYK
RGB Variations
Color information
#C26CC8 (or 0xC26CC8) is known color: Fuchsia. HEX triplet: C2, 6C and C8. RGB value is (194,108,200). Sum of RGB (Red+Green+Blue) = 194+108+200=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 200 - color contains mainly: blue. Hex color #C26CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CC8 is #3D9337. Grayscale: #8F8F8F. Windows color (decimal): -4035384 or 13135042. OLE color: 13135042.
HSL color Cylindrical-coordinate representation of color #C26CC8: hue angle of 296.09º 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 #C26CC8 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 108 | 200 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.22 |
| HSL | 296.09º | 0.46% | 0.6% | - |
| HSV(B) | 296.09º | 0.46% | 0.78% | - |
| XYZ | 38.04 | 26.36 | 57.73 | - |
| YUV | 144.2 | 159.49 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 200 | 0.03 | 0.46 | 0 | 0.22 | 296.09 | 0.46 | 0.6 |
| Hex | C2 | 6C | C8 | 3 | 2E | 0 | 16 | 128 | 2E | 3C |
| Octal | 302 | 154 | 310 | 3 | 56 | 0 | 26 | 450 | 56 | 74 |
| Binary | 11000010 | 1101100 | 11001000 | 11 | 101110 | 0 | 10110 | 100101000 | 101110 | 111100 |
Color Harmonies of #C26CC8
Complementary color
Monochromatic Colors of #C26CC8
Black with #C26CC8
Text Example
Text Example
White with #C26CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26CC8; }
p { color: rgb(194,108,200); }
H1.HeaderClassName
{
color: #C26CC8;
}
.AnyTagClassName
{
color: #C26CC8;
}
</style>
background-color css
<style>
a { background-color: #C26CC8; }
a { background-color: rgb(194,108,200); }
div.DivClassName
{
background-color: #C26CC8;
}
.BgClassName
{
background-color: #C26CC8;
}
</style>
border-color css
<style>
span { border-color: #C26CC8; }
span { border-color: rgb(194,108,200); }
td.TdClassName
{
border-color: #C26CC8;
}
.TagClassName
{
border-color: #C26CC8;
}
</style>