Shades of Fuchsia #C86FB2
Tints of Fuchsia #C86FB2
RGB
CMYK
RGB Variations
Color information
#C86FB2 (or 0xC86FB2) is known color: Fuchsia. HEX triplet: C8, 6F and B2. RGB value is (200,111,178). Sum of RGB (Red+Green+Blue) = 200+111+178=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C86FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86FB2 is #37904D. Grayscale: #919191. Windows color (decimal): -3641422 or 11694024. OLE color: 11694024.
HSL color Cylindrical-coordinate representation of color #C86FB2: hue angle of 314.83º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C86FB2 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 178 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.22 |
| HSL | 314.83º | 0.45% | 0.61% | - |
| HSV(B) | 314.83º | 0.45% | 0.78% | - |
| XYZ | 37.54 | 26.86 | 45.33 | - |
| YUV | 145.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 178 | 0 | 0.44 | 0.11 | 0.22 | 314.83 | 0.45 | 0.61 |
| Hex | C8 | 6F | B2 | 0 | 2C | B | 16 | 13B | 2D | 3D |
| Octal | 310 | 157 | 262 | 0 | 54 | 13 | 26 | 473 | 55 | 75 |
| Binary | 11001000 | 1101111 | 10110010 | 0 | 101100 | 1011 | 10110 | 100111011 | 101101 | 111101 |
Color Harmonies of #C86FB2
Complementary color
Monochromatic Colors of #C86FB2
Black with #C86FB2
Text Example
Text Example
White with #C86FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86FB2; }
p { color: rgb(200,111,178); }
H1.HeaderClassName
{
color: #C86FB2;
}
.AnyTagClassName
{
color: #C86FB2;
}
</style>
background-color css
<style>
a { background-color: #C86FB2; }
a { background-color: rgb(200,111,178); }
div.DivClassName
{
background-color: #C86FB2;
}
.BgClassName
{
background-color: #C86FB2;
}
</style>
border-color css
<style>
span { border-color: #C86FB2; }
span { border-color: rgb(200,111,178); }
td.TdClassName
{
border-color: #C86FB2;
}
.TagClassName
{
border-color: #C86FB2;
}
</style>