Shades of Fuchsia #C864C1
Tints of Fuchsia #C864C1
RGB
CMYK
RGB Variations
Color information
#C864C1 (or 0xC864C1) is known color: Fuchsia. HEX triplet: C8, 64 and C1. RGB value is (200,100,193). Sum of RGB (Red+Green+Blue) = 200+100+193=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C864C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864C1 is #379B3E. Grayscale: #8C8C8C. Windows color (decimal): -3644223 or 12674248. OLE color: 12674248.
HSL color Cylindrical-coordinate representation of color #C864C1: hue angle of 304.2º 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 #C864C1 is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 193 | - |
| CMYK | 0 | 0.5 | 0.04 | 0.22 |
| HSL | 304.2º | 0.48% | 0.59% | - |
| HSV(B) | 304.2º | 0.5% | 0.78% | - |
| XYZ | 38 | 25.24 | 53.32 | - |
| YUV | 140.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 193 | 0 | 0.5 | 0.04 | 0.22 | 304.2 | 0.48 | 0.59 |
| Hex | C8 | 64 | C1 | 0 | 32 | 4 | 16 | 130 | 30 | 3B |
| Octal | 310 | 144 | 301 | 0 | 62 | 4 | 26 | 460 | 60 | 73 |
| Binary | 11001000 | 1100100 | 11000001 | 0 | 110010 | 100 | 10110 | 100110000 | 110000 | 111011 |
Color Harmonies of #C864C1
Complementary color
Monochromatic Colors of #C864C1
Black with #C864C1
Text Example
Text Example
White with #C864C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C864C1; }
p { color: rgb(200,100,193); }
H1.HeaderClassName
{
color: #C864C1;
}
.AnyTagClassName
{
color: #C864C1;
}
</style>
background-color css
<style>
a { background-color: #C864C1; }
a { background-color: rgb(200,100,193); }
div.DivClassName
{
background-color: #C864C1;
}
.BgClassName
{
background-color: #C864C1;
}
</style>
border-color css
<style>
span { border-color: #C864C1; }
span { border-color: rgb(200,100,193); }
td.TdClassName
{
border-color: #C864C1;
}
.TagClassName
{
border-color: #C864C1;
}
</style>