Shades of Fuchsia #C865AC
Tints of Fuchsia #C865AC
RGB
CMYK
RGB Variations
Color information
#C865AC (or 0xC865AC) is known color: Fuchsia. HEX triplet: C8, 65 and AC. RGB value is (200,101,172). Sum of RGB (Red+Green+Blue) = 200+101+172=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C865AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C865AC is #379A53. Grayscale: #8A8A8A. Windows color (decimal): -3643988 or 11298248. OLE color: 11298248.
HSL color Cylindrical-coordinate representation of color #C865AC: hue angle of 316.97º degrees, saturation: 0.47, 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 #C865AC is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 172 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.22 |
| HSL | 316.97º | 0.47% | 0.59% | - |
| HSV(B) | 316.97º | 0.5% | 0.78% | - |
| XYZ | 35.92 | 24.57 | 41.88 | - |
| YUV | 138.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 172 | 0 | 0.49 | 0.14 | 0.22 | 316.97 | 0.47 | 0.59 |
| Hex | C8 | 65 | AC | 0 | 31 | E | 16 | 13D | 2F | 3B |
| Octal | 310 | 145 | 254 | 0 | 61 | 16 | 26 | 475 | 57 | 73 |
| Binary | 11001000 | 1100101 | 10101100 | 0 | 110001 | 1110 | 10110 | 100111101 | 101111 | 111011 |
Color Harmonies of #C865AC
Complementary color
Monochromatic Colors of #C865AC
Black with #C865AC
Text Example
Text Example
White with #C865AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865AC; }
p { color: rgb(200,101,172); }
H1.HeaderClassName
{
color: #C865AC;
}
.AnyTagClassName
{
color: #C865AC;
}
</style>
background-color css
<style>
a { background-color: #C865AC; }
a { background-color: rgb(200,101,172); }
div.DivClassName
{
background-color: #C865AC;
}
.BgClassName
{
background-color: #C865AC;
}
</style>
border-color css
<style>
span { border-color: #C865AC; }
span { border-color: rgb(200,101,172); }
td.TdClassName
{
border-color: #C865AC;
}
.TagClassName
{
border-color: #C865AC;
}
</style>