Shades of Fuchsia #C86AB3
Tints of Fuchsia #C86AB3
RGB
CMYK
RGB Variations
Color information
#C86AB3 (or 0xC86AB3) is known color: Fuchsia. HEX triplet: C8, 6A and B3. RGB value is (200,106,179). Sum of RGB (Red+Green+Blue) = 200+106+179=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C86AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86AB3 is #37954C. Grayscale: #8E8E8E. Windows color (decimal): -3642701 or 11758280. OLE color: 11758280.
HSL color Cylindrical-coordinate representation of color #C86AB3: hue angle of 313.4º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86AB3 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 179 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.22 |
| HSL | 313.4º | 0.46% | 0.6% | - |
| HSV(B) | 313.4º | 0.47% | 0.78% | - |
| XYZ | 37.11 | 25.84 | 45.68 | - |
| YUV | 142.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 179 | 0 | 0.47 | 0.10 | 0.22 | 313.4 | 0.46 | 0.6 |
| Hex | C8 | 6A | B3 | 0 | 2F | A | 16 | 139 | 2E | 3C |
| Octal | 310 | 152 | 263 | 0 | 57 | 12 | 26 | 471 | 56 | 74 |
| Binary | 11001000 | 1101010 | 10110011 | 0 | 101111 | 1010 | 10110 | 100111001 | 101110 | 111100 |
Color Harmonies of #C86AB3
Complementary color
Monochromatic Colors of #C86AB3
Black with #C86AB3
Text Example
Text Example
White with #C86AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86AB3; }
p { color: rgb(200,106,179); }
H1.HeaderClassName
{
color: #C86AB3;
}
.AnyTagClassName
{
color: #C86AB3;
}
</style>
background-color css
<style>
a { background-color: #C86AB3; }
a { background-color: rgb(200,106,179); }
div.DivClassName
{
background-color: #C86AB3;
}
.BgClassName
{
background-color: #C86AB3;
}
</style>
border-color css
<style>
span { border-color: #C86AB3; }
span { border-color: rgb(200,106,179); }
td.TdClassName
{
border-color: #C86AB3;
}
.TagClassName
{
border-color: #C86AB3;
}
</style>