Shades of Fuchsia #C26BBC
Tints of Fuchsia #C26BBC
RGB
CMYK
RGB Variations
Color information
#C26BBC (or 0xC26BBC) is known color: Fuchsia. HEX triplet: C2, 6B and BC. RGB value is (194,107,188). Sum of RGB (Red+Green+Blue) = 194+107+188=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C26BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26BBC is #3D9443. Grayscale: #8E8E8E. Windows color (decimal): -4035652 or 12348354. OLE color: 12348354.
HSL color Cylindrical-coordinate representation of color #C26BBC: hue angle of 304.14º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C26BBC is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 188 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.24 |
| HSL | 304.14º | 0.42% | 0.59% | - |
| HSV(B) | 304.14º | 0.45% | 0.76% | - |
| XYZ | 36.58 | 25.62 | 50.59 | - |
| YUV | 142.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 188 | 0 | 0.45 | 0.03 | 0.24 | 304.14 | 0.42 | 0.59 |
| Hex | C2 | 6B | BC | 0 | 2D | 3 | 18 | 130 | 2A | 3B |
| Octal | 302 | 153 | 274 | 0 | 55 | 3 | 30 | 460 | 52 | 73 |
| Binary | 11000010 | 1101011 | 10111100 | 0 | 101101 | 11 | 11000 | 100110000 | 101010 | 111011 |
Color Harmonies of #C26BBC
Complementary color
Monochromatic Colors of #C26BBC
Black with #C26BBC
Text Example
Text Example
White with #C26BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26BBC; }
p { color: rgb(194,107,188); }
H1.HeaderClassName
{
color: #C26BBC;
}
.AnyTagClassName
{
color: #C26BBC;
}
</style>
background-color css
<style>
a { background-color: #C26BBC; }
a { background-color: rgb(194,107,188); }
div.DivClassName
{
background-color: #C26BBC;
}
.BgClassName
{
background-color: #C26BBC;
}
</style>
border-color css
<style>
span { border-color: #C26BBC; }
span { border-color: rgb(194,107,188); }
td.TdClassName
{
border-color: #C26BBC;
}
.TagClassName
{
border-color: #C26BBC;
}
</style>