Shades of Fuchsia #C863BF
Tints of Fuchsia #C863BF
RGB
CMYK
RGB Variations
Color information
#C863BF (or 0xC863BF) is known color: Fuchsia. HEX triplet: C8, 63 and BF. RGB value is (200,99,191). Sum of RGB (Red+Green+Blue) = 200+99+191=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C863BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863BF is #379C40. Grayscale: #8B8B8B. Windows color (decimal): -3644481 or 12542920. OLE color: 12542920.
HSL color Cylindrical-coordinate representation of color #C863BF: hue angle of 305.35º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C863BF is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 191 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.22 |
| HSL | 305.35º | 0.48% | 0.59% | - |
| HSV(B) | 305.35º | 0.51% | 0.78% | - |
| XYZ | 37.69 | 24.96 | 52.12 | - |
| YUV | 139.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 191 | 0 | 0.50 | 0.04 | 0.22 | 305.35 | 0.48 | 0.59 |
| Hex | C8 | 63 | BF | 0 | 32 | 4 | 16 | 131 | 30 | 3B |
| Octal | 310 | 143 | 277 | 0 | 62 | 4 | 26 | 461 | 60 | 73 |
| Binary | 11001000 | 1100011 | 10111111 | 0 | 110010 | 100 | 10110 | 100110001 | 110000 | 111011 |
Color Harmonies of #C863BF
Complementary color
Monochromatic Colors of #C863BF
Black with #C863BF
Text Example
Text Example
White with #C863BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C863BF; }
p { color: rgb(200,99,191); }
H1.HeaderClassName
{
color: #C863BF;
}
.AnyTagClassName
{
color: #C863BF;
}
</style>
background-color css
<style>
a { background-color: #C863BF; }
a { background-color: rgb(200,99,191); }
div.DivClassName
{
background-color: #C863BF;
}
.BgClassName
{
background-color: #C863BF;
}
</style>
border-color css
<style>
span { border-color: #C863BF; }
span { border-color: rgb(200,99,191); }
td.TdClassName
{
border-color: #C863BF;
}
.TagClassName
{
border-color: #C863BF;
}
</style>