Shades of Fuchsia #C863CA
Tints of Fuchsia #C863CA
RGB
CMYK
RGB Variations
Color information
#C863CA (or 0xC863CA) is known color: Fuchsia. HEX triplet: C8, 63 and CA. RGB value is (200,99,202). Sum of RGB (Red+Green+Blue) = 200+99+202=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #C863CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863CA is #379C35. Grayscale: #8C8C8C. Windows color (decimal): -3644470 or 13263816. OLE color: 13263816.
HSL color Cylindrical-coordinate representation of color #C863CA: hue angle of 298.83º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C863CA is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 99 | 202 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.21 |
| HSL | 298.84º | 0.49% | 0.59% | - |
| HSV(B) | 298.84º | 0.51% | 0.79% | - |
| XYZ | 38.94 | 25.47 | 58.74 | - |
| YUV | 140.94 | 162.46 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 202 | 0.01 | 0.51 | 0 | 0.21 | 298.84 | 0.49 | 0.59 |
| Hex | C8 | 63 | CA | 1 | 33 | 0 | 15 | 12B | 31 | 3B |
| Octal | 310 | 143 | 312 | 1 | 63 | 0 | 25 | 453 | 61 | 73 |
| Binary | 11001000 | 1100011 | 11001010 | 1 | 110011 | 0 | 10101 | 100101011 | 110001 | 111011 |
Color Harmonies of #C863CA
Complementary color
Monochromatic Colors of #C863CA
Black with #C863CA
Text Example
Text Example
White with #C863CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C863CA; }
p { color: rgb(200,99,202); }
H1.HeaderClassName
{
color: #C863CA;
}
.AnyTagClassName
{
color: #C863CA;
}
</style>
background-color css
<style>
a { background-color: #C863CA; }
a { background-color: rgb(200,99,202); }
div.DivClassName
{
background-color: #C863CA;
}
.BgClassName
{
background-color: #C863CA;
}
</style>
border-color css
<style>
span { border-color: #C863CA; }
span { border-color: rgb(200,99,202); }
td.TdClassName
{
border-color: #C863CA;
}
.TagClassName
{
border-color: #C863CA;
}
</style>