Shades of Fuchsia #C861C4
Tints of Fuchsia #C861C4
RGB
CMYK
RGB Variations
Color information
#C861C4 (or 0xC861C4) is known color: Fuchsia. HEX triplet: C8, 61 and C4. RGB value is (200,97,196). Sum of RGB (Red+Green+Blue) = 200+97+196=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C861C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C861C4 is #379E3B. Grayscale: #8A8A8A. Windows color (decimal): -3644988 or 12870088. OLE color: 12870088.
HSL color Cylindrical-coordinate representation of color #C861C4: hue angle of 302.33º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C861C4 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 196 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.22 |
| HSL | 302.33º | 0.48% | 0.58% | - |
| HSV(B) | 302.33º | 0.52% | 0.78% | - |
| XYZ | 38.06 | 24.81 | 55.01 | - |
| YUV | 139.08 | 160.12 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 196 | 0 | 0.52 | 0.02 | 0.22 | 302.33 | 0.48 | 0.58 |
| Hex | C8 | 61 | C4 | 0 | 34 | 2 | 16 | 12E | 30 | 3A |
| Octal | 310 | 141 | 304 | 0 | 64 | 2 | 26 | 456 | 60 | 72 |
| Binary | 11001000 | 1100001 | 11000100 | 0 | 110100 | 10 | 10110 | 100101110 | 110000 | 111010 |
Color Harmonies of #C861C4
Complementary color
Monochromatic Colors of #C861C4
Black with #C861C4
Text Example
Text Example
White with #C861C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861C4; }
p { color: rgb(200,97,196); }
H1.HeaderClassName
{
color: #C861C4;
}
.AnyTagClassName
{
color: #C861C4;
}
</style>
background-color css
<style>
a { background-color: #C861C4; }
a { background-color: rgb(200,97,196); }
div.DivClassName
{
background-color: #C861C4;
}
.BgClassName
{
background-color: #C861C4;
}
</style>
border-color css
<style>
span { border-color: #C861C4; }
span { border-color: rgb(200,97,196); }
td.TdClassName
{
border-color: #C861C4;
}
.TagClassName
{
border-color: #C861C4;
}
</style>