Shades of Fuchsia #C26CB3
Tints of Fuchsia #C26CB3
RGB
CMYK
RGB Variations
Color information
#C26CB3 (or 0xC26CB3) is known color: Fuchsia. HEX triplet: C2, 6C and B3. RGB value is (194,108,179). Sum of RGB (Red+Green+Blue) = 194+108+179=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C26CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CB3 is #3D934C. Grayscale: #8D8D8D. Windows color (decimal): -4035405 or 11758786. OLE color: 11758786.
HSL color Cylindrical-coordinate representation of color #C26CB3: hue angle of 310.47º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C26CB3 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 179 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.24 |
| HSL | 310.47º | 0.41% | 0.59% | - |
| HSV(B) | 310.47º | 0.44% | 0.76% | - |
| XYZ | 35.75 | 25.45 | 45.68 | - |
| YUV | 141.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 179 | 0 | 0.44 | 0.08 | 0.24 | 310.47 | 0.41 | 0.59 |
| Hex | C2 | 6C | B3 | 0 | 2C | 8 | 18 | 136 | 29 | 3B |
| Octal | 302 | 154 | 263 | 0 | 54 | 10 | 30 | 466 | 51 | 73 |
| Binary | 11000010 | 1101100 | 10110011 | 0 | 101100 | 1000 | 11000 | 100110110 | 101001 | 111011 |
Color Harmonies of #C26CB3
Complementary color
Monochromatic Colors of #C26CB3
Black with #C26CB3
Text Example
Text Example
White with #C26CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26CB3; }
p { color: rgb(194,108,179); }
H1.HeaderClassName
{
color: #C26CB3;
}
.AnyTagClassName
{
color: #C26CB3;
}
</style>
background-color css
<style>
a { background-color: #C26CB3; }
a { background-color: rgb(194,108,179); }
div.DivClassName
{
background-color: #C26CB3;
}
.BgClassName
{
background-color: #C26CB3;
}
</style>
border-color css
<style>
span { border-color: #C26CB3; }
span { border-color: rgb(194,108,179); }
td.TdClassName
{
border-color: #C26CB3;
}
.TagClassName
{
border-color: #C26CB3;
}
</style>