Shades of Fuchsia #C863BD
Tints of Fuchsia #C863BD
RGB
CMYK
RGB Variations
Color information
#C863BD (or 0xC863BD) is known color: Fuchsia. HEX triplet: C8, 63 and BD. RGB value is (200,99,189). Sum of RGB (Red+Green+Blue) = 200+99+189=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C863BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863BD is #379C42. Grayscale: #8B8B8B. Windows color (decimal): -3644483 or 12411848. OLE color: 12411848.
HSL color Cylindrical-coordinate representation of color #C863BD: hue angle of 306.53º 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 #C863BD is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 189 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.22 |
| HSL | 306.53º | 0.48% | 0.59% | - |
| HSV(B) | 306.53º | 0.51% | 0.78% | - |
| XYZ | 37.47 | 24.88 | 50.97 | - |
| YUV | 139.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 189 | 0 | 0.50 | 0.06 | 0.22 | 306.53 | 0.48 | 0.59 |
| Hex | C8 | 63 | BD | 0 | 32 | 6 | 16 | 133 | 30 | 3B |
| Octal | 310 | 143 | 275 | 0 | 62 | 6 | 26 | 463 | 60 | 73 |
| Binary | 11001000 | 1100011 | 10111101 | 0 | 110010 | 110 | 10110 | 100110011 | 110000 | 111011 |
Color Harmonies of #C863BD
Complementary color
Monochromatic Colors of #C863BD
Black with #C863BD
Text Example
Text Example
White with #C863BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C863BD; }
p { color: rgb(200,99,189); }
H1.HeaderClassName
{
color: #C863BD;
}
.AnyTagClassName
{
color: #C863BD;
}
</style>
background-color css
<style>
a { background-color: #C863BD; }
a { background-color: rgb(200,99,189); }
div.DivClassName
{
background-color: #C863BD;
}
.BgClassName
{
background-color: #C863BD;
}
</style>
border-color css
<style>
span { border-color: #C863BD; }
span { border-color: rgb(200,99,189); }
td.TdClassName
{
border-color: #C863BD;
}
.TagClassName
{
border-color: #C863BD;
}
</style>