Shades of Fuchsia #C863C0
Tints of Fuchsia #C863C0
RGB
CMYK
RGB Variations
Color information
#C863C0 (or 0xC863C0) is known color: Fuchsia. HEX triplet: C8, 63 and C0. RGB value is (200,99,192). Sum of RGB (Red+Green+Blue) = 200+99+192=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C863C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863C0 is #379C3F. Grayscale: #8B8B8B. Windows color (decimal): -3644480 or 12608456. OLE color: 12608456.
HSL color Cylindrical-coordinate representation of color #C863C0: hue angle of 304.75º 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 #C863C0 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 192 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.22 |
| HSL | 304.75º | 0.48% | 0.59% | - |
| HSV(B) | 304.75º | 0.51% | 0.78% | - |
| XYZ | 37.8 | 25.01 | 52.7 | - |
| YUV | 139.8 | 157.46 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 192 | 0 | 0.50 | 0.04 | 0.22 | 304.75 | 0.48 | 0.59 |
| Hex | C8 | 63 | C0 | 0 | 32 | 4 | 16 | 131 | 30 | 3B |
| Octal | 310 | 143 | 300 | 0 | 62 | 4 | 26 | 461 | 60 | 73 |
| Binary | 11001000 | 1100011 | 11000000 | 0 | 110010 | 100 | 10110 | 100110001 | 110000 | 111011 |
Color Harmonies of #C863C0
Complementary color
Monochromatic Colors of #C863C0
Black with #C863C0
Text Example
Text Example
White with #C863C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C863C0; }
p { color: rgb(200,99,192); }
H1.HeaderClassName
{
color: #C863C0;
}
.AnyTagClassName
{
color: #C863C0;
}
</style>
background-color css
<style>
a { background-color: #C863C0; }
a { background-color: rgb(200,99,192); }
div.DivClassName
{
background-color: #C863C0;
}
.BgClassName
{
background-color: #C863C0;
}
</style>
border-color css
<style>
span { border-color: #C863C0; }
span { border-color: rgb(200,99,192); }
td.TdClassName
{
border-color: #C863C0;
}
.TagClassName
{
border-color: #C863C0;
}
</style>