Shades of Fuchsia #C863CE
Tints of Fuchsia #C863CE
RGB
CMYK
RGB Variations
Color information
#C863CE (or 0xC863CE) is known color: Fuchsia. HEX triplet: C8, 63 and CE. RGB value is (200,99,206). Sum of RGB (Red+Green+Blue) = 200+99+206=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #C863CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863CE is #379C31. Grayscale: #8D8D8D. Windows color (decimal): -3644466 or 13525960. OLE color: 13525960.
HSL color Cylindrical-coordinate representation of color #C863CE: hue angle of 296.64º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C863CE is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 99 | 206 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.19 |
| HSL | 296.64º | 0.52% | 0.6% | - |
| HSV(B) | 296.64º | 0.52% | 0.81% | - |
| XYZ | 39.42 | 25.66 | 61.27 | - |
| YUV | 141.4 | 164.46 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 206 | 0.03 | 0.52 | 0 | 0.19 | 296.64 | 0.52 | 0.6 |
| Hex | C8 | 63 | CE | 3 | 34 | 0 | 13 | 129 | 34 | 3C |
| Octal | 310 | 143 | 316 | 3 | 64 | 0 | 23 | 451 | 64 | 74 |
| Binary | 11001000 | 1100011 | 11001110 | 11 | 110100 | 0 | 10011 | 100101001 | 110100 | 111100 |
Color Harmonies of #C863CE
Complementary color
Monochromatic Colors of #C863CE
Black with #C863CE
Text Example
Text Example
White with #C863CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C863CE; }
p { color: rgb(200,99,206); }
H1.HeaderClassName
{
color: #C863CE;
}
.AnyTagClassName
{
color: #C863CE;
}
</style>
background-color css
<style>
a { background-color: #C863CE; }
a { background-color: rgb(200,99,206); }
div.DivClassName
{
background-color: #C863CE;
}
.BgClassName
{
background-color: #C863CE;
}
</style>
border-color css
<style>
span { border-color: #C863CE; }
span { border-color: rgb(200,99,206); }
td.TdClassName
{
border-color: #C863CE;
}
.TagClassName
{
border-color: #C863CE;
}
</style>