Shades of Fuchsia #C863B0
Tints of Fuchsia #C863B0
RGB
CMYK
RGB Variations
Color information
#C863B0 (or 0xC863B0) is known color: Fuchsia. HEX triplet: C8, 63 and B0. RGB value is (200,99,176). Sum of RGB (Red+Green+Blue) = 200+99+176=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C863B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C863B0 is #379C4F. Grayscale: #898989. Windows color (decimal): -3644496 or 11559880. OLE color: 11559880.
HSL color Cylindrical-coordinate representation of color #C863B0: hue angle of 314.26º 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 #C863B0 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 176 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.22 |
| HSL | 314.26º | 0.48% | 0.59% | - |
| HSV(B) | 314.26º | 0.51% | 0.78% | - |
| XYZ | 36.12 | 24.34 | 43.87 | - |
| YUV | 137.98 | 149.46 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 176 | 0 | 0.50 | 0.12 | 0.22 | 314.26 | 0.48 | 0.59 |
| Hex | C8 | 63 | B0 | 0 | 32 | C | 16 | 13A | 30 | 3B |
| Octal | 310 | 143 | 260 | 0 | 62 | 14 | 26 | 472 | 60 | 73 |
| Binary | 11001000 | 1100011 | 10110000 | 0 | 110010 | 1100 | 10110 | 100111010 | 110000 | 111011 |
Color Harmonies of #C863B0
Complementary color
Monochromatic Colors of #C863B0
Black with #C863B0
Text Example
Text Example
White with #C863B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C863B0; }
p { color: rgb(200,99,176); }
H1.HeaderClassName
{
color: #C863B0;
}
.AnyTagClassName
{
color: #C863B0;
}
</style>
background-color css
<style>
a { background-color: #C863B0; }
a { background-color: rgb(200,99,176); }
div.DivClassName
{
background-color: #C863B0;
}
.BgClassName
{
background-color: #C863B0;
}
</style>
border-color css
<style>
span { border-color: #C863B0; }
span { border-color: rgb(200,99,176); }
td.TdClassName
{
border-color: #C863B0;
}
.TagClassName
{
border-color: #C863B0;
}
</style>