Shades of Fuchsia #C774B8
Tints of Fuchsia #C774B8
RGB
CMYK
RGB Variations
Color information
#C774B8 (or 0xC774B8) is known color: Fuchsia. HEX triplet: C7, 74 and B8. RGB value is (199,116,184). Sum of RGB (Red+Green+Blue) = 199+116+184=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C774B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C774B8 is #388B47. Grayscale: #949494. Windows color (decimal): -3705672 or 12088519. OLE color: 12088519.
HSL color Cylindrical-coordinate representation of color #C774B8: hue angle of 310.84º 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 #C774B8 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 184 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.22 |
| HSL | 310.84º | 0.43% | 0.62% | - |
| HSV(B) | 310.84º | 0.42% | 0.78% | - |
| XYZ | 38.45 | 28.09 | 48.74 | - |
| YUV | 148.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 184 | 0 | 0.42 | 0.08 | 0.22 | 310.84 | 0.43 | 0.62 |
| Hex | C7 | 74 | B8 | 0 | 2A | 8 | 16 | 137 | 2B | 3E |
| Octal | 307 | 164 | 270 | 0 | 52 | 10 | 26 | 467 | 53 | 76 |
| Binary | 11000111 | 1110100 | 10111000 | 0 | 101010 | 1000 | 10110 | 100110111 | 101011 | 111110 |
Color Harmonies of #C774B8
Complementary color
Monochromatic Colors of #C774B8
Black with #C774B8
Text Example
Text Example
White with #C774B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C774B8; }
p { color: rgb(199,116,184); }
H1.HeaderClassName
{
color: #C774B8;
}
.AnyTagClassName
{
color: #C774B8;
}
</style>
background-color css
<style>
a { background-color: #C774B8; }
a { background-color: rgb(199,116,184); }
div.DivClassName
{
background-color: #C774B8;
}
.BgClassName
{
background-color: #C774B8;
}
</style>
border-color css
<style>
span { border-color: #C774B8; }
span { border-color: rgb(199,116,184); }
td.TdClassName
{
border-color: #C774B8;
}
.TagClassName
{
border-color: #C774B8;
}
</style>