Shades of Fuchsia #C863B7
Tints of Fuchsia #C863B7
RGB
CMYK
RGB Variations
Color information
#C863B7 (or 0xC863B7) is known color: Fuchsia. HEX triplet: C8, 63 and B7. RGB value is (200,99,183). Sum of RGB (Red+Green+Blue) = 200+99+183=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C863B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863B7 is #379C48. Grayscale: #8A8A8A. Windows color (decimal): -3644489 or 12018632. OLE color: 12018632.
HSL color Cylindrical-coordinate representation of color #C863B7: hue angle of 310.1º 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 #C863B7 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 183 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.22 |
| HSL | 310.1º | 0.48% | 0.59% | - |
| HSV(B) | 310.1º | 0.51% | 0.78% | - |
| XYZ | 36.83 | 24.62 | 47.61 | - |
| YUV | 138.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 183 | 0 | 0.50 | 0.08 | 0.22 | 310.1 | 0.48 | 0.59 |
| Hex | C8 | 63 | B7 | 0 | 32 | 8 | 16 | 136 | 30 | 3B |
| Octal | 310 | 143 | 267 | 0 | 62 | 10 | 26 | 466 | 60 | 73 |
| Binary | 11001000 | 1100011 | 10110111 | 0 | 110010 | 1000 | 10110 | 100110110 | 110000 | 111011 |
Color Harmonies of #C863B7
Complementary color
Monochromatic Colors of #C863B7
Black with #C863B7
Text Example
Text Example
White with #C863B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C863B7; }
p { color: rgb(200,99,183); }
H1.HeaderClassName
{
color: #C863B7;
}
.AnyTagClassName
{
color: #C863B7;
}
</style>
background-color css
<style>
a { background-color: #C863B7; }
a { background-color: rgb(200,99,183); }
div.DivClassName
{
background-color: #C863B7;
}
.BgClassName
{
background-color: #C863B7;
}
</style>
border-color css
<style>
span { border-color: #C863B7; }
span { border-color: rgb(200,99,183); }
td.TdClassName
{
border-color: #C863B7;
}
.TagClassName
{
border-color: #C863B7;
}
</style>