Shades of Fuchsia #C851B1
Tints of Fuchsia #C851B1
RGB
CMYK
RGB Variations
Color information
#C851B1 (or 0xC851B1) is known color: Fuchsia. HEX triplet: C8, 51 and B1. RGB value is (200,81,177). Sum of RGB (Red+Green+Blue) = 200+81+177=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C851B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C851B1 is #37AE4E. Grayscale: #7F7F7F. Windows color (decimal): -3649103 or 11620808. OLE color: 11620808.
HSL color Cylindrical-coordinate representation of color #C851B1: hue angle of 311.6º 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 #C851B1 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 177 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.22 |
| HSL | 311.6º | 0.52% | 0.55% | - |
| HSV(B) | 311.6º | 0.6% | 0.78% | - |
| XYZ | 34.7 | 21.34 | 43.88 | - |
| YUV | 127.53 | 155.92 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 177 | 0 | 0.59 | 0.12 | 0.22 | 311.6 | 0.52 | 0.55 |
| Hex | C8 | 51 | B1 | 0 | 3B | C | 16 | 138 | 34 | 37 |
| Octal | 310 | 121 | 261 | 0 | 73 | 14 | 26 | 470 | 64 | 67 |
| Binary | 11001000 | 1010001 | 10110001 | 0 | 111011 | 1100 | 10110 | 100111000 | 110100 | 110111 |
Color Harmonies of #C851B1
Complementary color
Monochromatic Colors of #C851B1
Black with #C851B1
Text Example
Text Example
White with #C851B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851B1; }
p { color: rgb(200,81,177); }
H1.HeaderClassName
{
color: #C851B1;
}
.AnyTagClassName
{
color: #C851B1;
}
</style>
background-color css
<style>
a { background-color: #C851B1; }
a { background-color: rgb(200,81,177); }
div.DivClassName
{
background-color: #C851B1;
}
.BgClassName
{
background-color: #C851B1;
}
</style>
border-color css
<style>
span { border-color: #C851B1; }
span { border-color: rgb(200,81,177); }
td.TdClassName
{
border-color: #C851B1;
}
.TagClassName
{
border-color: #C851B1;
}
</style>