Shades of Fuchsia #C860BD
Tints of Fuchsia #C860BD
RGB
CMYK
RGB Variations
Color information
#C860BD (or 0xC860BD) is known color: Fuchsia. HEX triplet: C8, 60 and BD. RGB value is (200,96,189). Sum of RGB (Red+Green+Blue) = 200+96+189=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C860BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C860BD is #379F42. Grayscale: #898989. Windows color (decimal): -3645251 or 12411080. OLE color: 12411080.
HSL color Cylindrical-coordinate representation of color #C860BD: hue angle of 306.35º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C860BD is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 189 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.22 |
| HSL | 306.35º | 0.49% | 0.58% | - |
| HSV(B) | 306.35º | 0.52% | 0.78% | - |
| XYZ | 37.19 | 24.32 | 50.88 | - |
| YUV | 137.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 189 | 0 | 0.52 | 0.06 | 0.22 | 306.35 | 0.49 | 0.58 |
| Hex | C8 | 60 | BD | 0 | 34 | 6 | 16 | 132 | 31 | 3A |
| Octal | 310 | 140 | 275 | 0 | 64 | 6 | 26 | 462 | 61 | 72 |
| Binary | 11001000 | 1100000 | 10111101 | 0 | 110100 | 110 | 10110 | 100110010 | 110001 | 111010 |
Color Harmonies of #C860BD
Complementary color
Monochromatic Colors of #C860BD
Black with #C860BD
Text Example
Text Example
White with #C860BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C860BD; }
p { color: rgb(200,96,189); }
H1.HeaderClassName
{
color: #C860BD;
}
.AnyTagClassName
{
color: #C860BD;
}
</style>
background-color css
<style>
a { background-color: #C860BD; }
a { background-color: rgb(200,96,189); }
div.DivClassName
{
background-color: #C860BD;
}
.BgClassName
{
background-color: #C860BD;
}
</style>
border-color css
<style>
span { border-color: #C860BD; }
span { border-color: rgb(200,96,189); }
td.TdClassName
{
border-color: #C860BD;
}
.TagClassName
{
border-color: #C860BD;
}
</style>