Shades of Fuchsia #C863B2
Tints of Fuchsia #C863B2
RGB
CMYK
RGB Variations
Color information
#C863B2 (or 0xC863B2) is known color: Fuchsia. HEX triplet: C8, 63 and B2. RGB value is (200,99,178). Sum of RGB (Red+Green+Blue) = 200+99+178=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C863B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C863B2 is #379C4D. Grayscale: #898989. Windows color (decimal): -3644494 or 11690952. OLE color: 11690952.
HSL color Cylindrical-coordinate representation of color #C863B2: hue angle of 313.07º 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 #C863B2 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 178 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.22 |
| HSL | 313.07º | 0.48% | 0.59% | - |
| HSV(B) | 313.07º | 0.51% | 0.78% | - |
| XYZ | 36.32 | 24.42 | 44.92 | - |
| YUV | 138.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 178 | 0 | 0.50 | 0.11 | 0.22 | 313.07 | 0.48 | 0.59 |
| Hex | C8 | 63 | B2 | 0 | 32 | B | 16 | 139 | 30 | 3B |
| Octal | 310 | 143 | 262 | 0 | 62 | 13 | 26 | 471 | 60 | 73 |
| Binary | 11001000 | 1100011 | 10110010 | 0 | 110010 | 1011 | 10110 | 100111001 | 110000 | 111011 |
Color Harmonies of #C863B2
Complementary color
Monochromatic Colors of #C863B2
Black with #C863B2
Text Example
Text Example
White with #C863B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C863B2; }
p { color: rgb(200,99,178); }
H1.HeaderClassName
{
color: #C863B2;
}
.AnyTagClassName
{
color: #C863B2;
}
</style>
background-color css
<style>
a { background-color: #C863B2; }
a { background-color: rgb(200,99,178); }
div.DivClassName
{
background-color: #C863B2;
}
.BgClassName
{
background-color: #C863B2;
}
</style>
border-color css
<style>
span { border-color: #C863B2; }
span { border-color: rgb(200,99,178); }
td.TdClassName
{
border-color: #C863B2;
}
.TagClassName
{
border-color: #C863B2;
}
</style>