Shades of Fuchsia #C771B8
Tints of Fuchsia #C771B8
RGB
CMYK
RGB Variations
Color information
#C771B8 (or 0xC771B8) is known color: Fuchsia. HEX triplet: C7, 71 and B8. RGB value is (199,113,184). Sum of RGB (Red+Green+Blue) = 199+113+184=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C771B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771B8 is #388E47. Grayscale: #929292. Windows color (decimal): -3706440 or 12087751. OLE color: 12087751.
HSL color Cylindrical-coordinate representation of color #C771B8: hue angle of 310.47º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C771B8 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 113 | 184 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.22 |
| HSL | 310.47º | 0.43% | 0.61% | - |
| HSV(B) | 310.47º | 0.43% | 0.78% | - |
| XYZ | 38.11 | 27.41 | 48.63 | - |
| YUV | 146.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 184 | 0 | 0.43 | 0.08 | 0.22 | 310.47 | 0.43 | 0.61 |
| Hex | C7 | 71 | B8 | 0 | 2B | 8 | 16 | 136 | 2B | 3D |
| Octal | 307 | 161 | 270 | 0 | 53 | 10 | 26 | 466 | 53 | 75 |
| Binary | 11000111 | 1110001 | 10111000 | 0 | 101011 | 1000 | 10110 | 100110110 | 101011 | 111101 |
Color Harmonies of #C771B8
Complementary color
Monochromatic Colors of #C771B8
Black with #C771B8
Text Example
Text Example
White with #C771B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C771B8; }
p { color: rgb(199,113,184); }
H1.HeaderClassName
{
color: #C771B8;
}
.AnyTagClassName
{
color: #C771B8;
}
</style>
background-color css
<style>
a { background-color: #C771B8; }
a { background-color: rgb(199,113,184); }
div.DivClassName
{
background-color: #C771B8;
}
.BgClassName
{
background-color: #C771B8;
}
</style>
border-color css
<style>
span { border-color: #C771B8; }
span { border-color: rgb(199,113,184); }
td.TdClassName
{
border-color: #C771B8;
}
.TagClassName
{
border-color: #C771B8;
}
</style>