Shades of Fuchsia #C864CC
Tints of Fuchsia #C864CC
RGB
CMYK
RGB Variations
Color information
#C864CC (or 0xC864CC) is known color: Fuchsia. HEX triplet: C8, 64 and CC. RGB value is (200,100,204). Sum of RGB (Red+Green+Blue) = 200+100+204=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #C864CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864CC is #379B33. Grayscale: #8D8D8D. Windows color (decimal): -3644212 or 13395144. OLE color: 13395144.
HSL color Cylindrical-coordinate representation of color #C864CC: hue angle of 297.69º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C864CC is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 100 | 204 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.2 |
| HSL | 297.69º | 0.5% | 0.6% | - |
| HSV(B) | 297.69º | 0.51% | 0.8% | - |
| XYZ | 39.28 | 25.75 | 60.03 | - |
| YUV | 141.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 204 | 0.02 | 0.51 | 0 | 0.2 | 297.69 | 0.5 | 0.6 |
| Hex | C8 | 64 | CC | 2 | 33 | 0 | 14 | 12A | 32 | 3C |
| Octal | 310 | 144 | 314 | 2 | 63 | 0 | 24 | 452 | 62 | 74 |
| Binary | 11001000 | 1100100 | 11001100 | 10 | 110011 | 0 | 10100 | 100101010 | 110010 | 111100 |
Color Harmonies of #C864CC
Complementary color
Monochromatic Colors of #C864CC
Black with #C864CC
Text Example
Text Example
White with #C864CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C864CC; }
p { color: rgb(200,100,204); }
H1.HeaderClassName
{
color: #C864CC;
}
.AnyTagClassName
{
color: #C864CC;
}
</style>
background-color css
<style>
a { background-color: #C864CC; }
a { background-color: rgb(200,100,204); }
div.DivClassName
{
background-color: #C864CC;
}
.BgClassName
{
background-color: #C864CC;
}
</style>
border-color css
<style>
span { border-color: #C864CC; }
span { border-color: rgb(200,100,204); }
td.TdClassName
{
border-color: #C864CC;
}
.TagClassName
{
border-color: #C864CC;
}
</style>