Shades of Fuchsia #C74EB8
Tints of Fuchsia #C74EB8
RGB
CMYK
RGB Variations
Color information
#C74EB8 (or 0xC74EB8) is known color: Fuchsia. HEX triplet: C7, 4E and B8. RGB value is (199,78,184). Sum of RGB (Red+Green+Blue) = 199+78+184=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C74EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74EB8 is #38B147. Grayscale: #7D7D7D. Windows color (decimal): -3715400 or 12078791. OLE color: 12078791.
HSL color Cylindrical-coordinate representation of color #C74EB8: hue angle of 307.44º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74EB8 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 184 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.22 |
| HSL | 307.44º | 0.52% | 0.54% | - |
| HSV(B) | 307.44º | 0.61% | 0.78% | - |
| XYZ | 34.93 | 21.05 | 47.57 | - |
| YUV | 126.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 184 | 0 | 0.61 | 0.08 | 0.22 | 307.44 | 0.52 | 0.54 |
| Hex | C7 | 4E | B8 | 0 | 3D | 8 | 16 | 133 | 34 | 36 |
| Octal | 307 | 116 | 270 | 0 | 75 | 10 | 26 | 463 | 64 | 66 |
| Binary | 11000111 | 1001110 | 10111000 | 0 | 111101 | 1000 | 10110 | 100110011 | 110100 | 110110 |
Color Harmonies of #C74EB8
Complementary color
Monochromatic Colors of #C74EB8
Black with #C74EB8
Text Example
Text Example
White with #C74EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74EB8; }
p { color: rgb(199,78,184); }
H1.HeaderClassName
{
color: #C74EB8;
}
.AnyTagClassName
{
color: #C74EB8;
}
</style>
background-color css
<style>
a { background-color: #C74EB8; }
a { background-color: rgb(199,78,184); }
div.DivClassName
{
background-color: #C74EB8;
}
.BgClassName
{
background-color: #C74EB8;
}
</style>
border-color css
<style>
span { border-color: #C74EB8; }
span { border-color: rgb(199,78,184); }
td.TdClassName
{
border-color: #C74EB8;
}
.TagClassName
{
border-color: #C74EB8;
}
</style>