Shades of Fuchsia #C774B9
Tints of Fuchsia #C774B9
RGB
CMYK
RGB Variations
Color information
#C774B9 (or 0xC774B9) is known color: Fuchsia. HEX triplet: C7, 74 and B9. RGB value is (199,116,185). Sum of RGB (Red+Green+Blue) = 199+116+185=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C774B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C774B9 is #388B46. Grayscale: #949494. Windows color (decimal): -3705671 or 12154055. OLE color: 12154055.
HSL color Cylindrical-coordinate representation of color #C774B9: hue angle of 310.12º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C774B9 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 185 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.22 |
| HSL | 310.12º | 0.43% | 0.62% | - |
| HSV(B) | 310.12º | 0.42% | 0.78% | - |
| XYZ | 38.56 | 28.14 | 49.3 | - |
| YUV | 148.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 185 | 0 | 0.42 | 0.07 | 0.22 | 310.12 | 0.43 | 0.62 |
| Hex | C7 | 74 | B9 | 0 | 2A | 7 | 16 | 136 | 2B | 3E |
| Octal | 307 | 164 | 271 | 0 | 52 | 7 | 26 | 466 | 53 | 76 |
| Binary | 11000111 | 1110100 | 10111001 | 0 | 101010 | 111 | 10110 | 100110110 | 101011 | 111110 |
Color Harmonies of #C774B9
Complementary color
Monochromatic Colors of #C774B9
Black with #C774B9
Text Example
Text Example
White with #C774B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C774B9; }
p { color: rgb(199,116,185); }
H1.HeaderClassName
{
color: #C774B9;
}
.AnyTagClassName
{
color: #C774B9;
}
</style>
background-color css
<style>
a { background-color: #C774B9; }
a { background-color: rgb(199,116,185); }
div.DivClassName
{
background-color: #C774B9;
}
.BgClassName
{
background-color: #C774B9;
}
</style>
border-color css
<style>
span { border-color: #C774B9; }
span { border-color: rgb(199,116,185); }
td.TdClassName
{
border-color: #C774B9;
}
.TagClassName
{
border-color: #C774B9;
}
</style>