Shades of Fuchsia #C851C0
Tints of Fuchsia #C851C0
RGB
CMYK
RGB Variations
Color information
#C851C0 (or 0xC851C0) is known color: Fuchsia. HEX triplet: C8, 51 and C0. RGB value is (200,81,192). Sum of RGB (Red+Green+Blue) = 200+81+192=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C851C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851C0 is #37AE3F. Grayscale: #808080. Windows color (decimal): -3649088 or 12603848. OLE color: 12603848.
HSL color Cylindrical-coordinate representation of color #C851C0: hue angle of 304.03º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C851C0 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 192 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.22 |
| HSL | 304.03º | 0.52% | 0.55% | - |
| HSV(B) | 304.03º | 0.6% | 0.78% | - |
| XYZ | 36.28 | 21.97 | 52.2 | - |
| YUV | 129.24 | 163.42 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 192 | 0 | 0.59 | 0.04 | 0.22 | 304.03 | 0.52 | 0.55 |
| Hex | C8 | 51 | C0 | 0 | 3B | 4 | 16 | 130 | 34 | 37 |
| Octal | 310 | 121 | 300 | 0 | 73 | 4 | 26 | 460 | 64 | 67 |
| Binary | 11001000 | 1010001 | 11000000 | 0 | 111011 | 100 | 10110 | 100110000 | 110100 | 110111 |
Color Harmonies of #C851C0
Complementary color
Monochromatic Colors of #C851C0
Black with #C851C0
Text Example
Text Example
White with #C851C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851C0; }
p { color: rgb(200,81,192); }
H1.HeaderClassName
{
color: #C851C0;
}
.AnyTagClassName
{
color: #C851C0;
}
</style>
background-color css
<style>
a { background-color: #C851C0; }
a { background-color: rgb(200,81,192); }
div.DivClassName
{
background-color: #C851C0;
}
.BgClassName
{
background-color: #C851C0;
}
</style>
border-color css
<style>
span { border-color: #C851C0; }
span { border-color: rgb(200,81,192); }
td.TdClassName
{
border-color: #C851C0;
}
.TagClassName
{
border-color: #C851C0;
}
</style>