Shades of Fuchsia #C863B1
Tints of Fuchsia #C863B1
RGB
CMYK
RGB Variations
Color information
#C863B1 (or 0xC863B1) is known color: Fuchsia. HEX triplet: C8, 63 and B1. RGB value is (200,99,177). Sum of RGB (Red+Green+Blue) = 200+99+177=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C863B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C863B1 is #379C4E. Grayscale: #898989. Windows color (decimal): -3644495 or 11625416. OLE color: 11625416.
HSL color Cylindrical-coordinate representation of color #C863B1: hue angle of 313.66º 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 #C863B1 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 177 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.22 |
| HSL | 313.66º | 0.48% | 0.59% | - |
| HSV(B) | 313.66º | 0.51% | 0.78% | - |
| XYZ | 36.22 | 24.38 | 44.39 | - |
| YUV | 138.09 | 149.96 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 177 | 0 | 0.50 | 0.12 | 0.22 | 313.66 | 0.48 | 0.59 |
| Hex | C8 | 63 | B1 | 0 | 32 | C | 16 | 13A | 30 | 3B |
| Octal | 310 | 143 | 261 | 0 | 62 | 14 | 26 | 472 | 60 | 73 |
| Binary | 11001000 | 1100011 | 10110001 | 0 | 110010 | 1100 | 10110 | 100111010 | 110000 | 111011 |
Color Harmonies of #C863B1
Complementary color
Monochromatic Colors of #C863B1
Black with #C863B1
Text Example
Text Example
White with #C863B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C863B1; }
p { color: rgb(200,99,177); }
H1.HeaderClassName
{
color: #C863B1;
}
.AnyTagClassName
{
color: #C863B1;
}
</style>
background-color css
<style>
a { background-color: #C863B1; }
a { background-color: rgb(200,99,177); }
div.DivClassName
{
background-color: #C863B1;
}
.BgClassName
{
background-color: #C863B1;
}
</style>
border-color css
<style>
span { border-color: #C863B1; }
span { border-color: rgb(200,99,177); }
td.TdClassName
{
border-color: #C863B1;
}
.TagClassName
{
border-color: #C863B1;
}
</style>