Shades of Fuchsia #C26ABD
Tints of Fuchsia #C26ABD
RGB
CMYK
RGB Variations
Color information
#C26ABD (or 0xC26ABD) is known color: Fuchsia. HEX triplet: C2, 6A and BD. RGB value is (194,106,189). Sum of RGB (Red+Green+Blue) = 194+106+189=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C26ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ABD is #3D9542. Grayscale: #8D8D8D. Windows color (decimal): -4035907 or 12413634. OLE color: 12413634.
HSL color Cylindrical-coordinate representation of color #C26ABD: hue angle of 303.41º 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 #C26ABD is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 189 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.24 |
| HSL | 303.41º | 0.42% | 0.59% | - |
| HSV(B) | 303.41º | 0.45% | 0.76% | - |
| XYZ | 36.59 | 25.45 | 51.13 | - |
| YUV | 141.77 | 154.65 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 189 | 0 | 0.45 | 0.03 | 0.24 | 303.41 | 0.42 | 0.59 |
| Hex | C2 | 6A | BD | 0 | 2D | 3 | 18 | 12F | 2A | 3B |
| Octal | 302 | 152 | 275 | 0 | 55 | 3 | 30 | 457 | 52 | 73 |
| Binary | 11000010 | 1101010 | 10111101 | 0 | 101101 | 11 | 11000 | 100101111 | 101010 | 111011 |
Color Harmonies of #C26ABD
Complementary color
Monochromatic Colors of #C26ABD
Black with #C26ABD
Text Example
Text Example
White with #C26ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26ABD; }
p { color: rgb(194,106,189); }
H1.HeaderClassName
{
color: #C26ABD;
}
.AnyTagClassName
{
color: #C26ABD;
}
</style>
background-color css
<style>
a { background-color: #C26ABD; }
a { background-color: rgb(194,106,189); }
div.DivClassName
{
background-color: #C26ABD;
}
.BgClassName
{
background-color: #C26ABD;
}
</style>
border-color css
<style>
span { border-color: #C26ABD; }
span { border-color: rgb(194,106,189); }
td.TdClassName
{
border-color: #C26ABD;
}
.TagClassName
{
border-color: #C26ABD;
}
</style>