Shades of Fuchsia #C74EBC
Tints of Fuchsia #C74EBC
RGB
CMYK
RGB Variations
Color information
#C74EBC (or 0xC74EBC) is known color: Fuchsia. HEX triplet: C7, 4E and BC. RGB value is (199,78,188). Sum of RGB (Red+Green+Blue) = 199+78+188=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C74EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74EBC is #38B143. Grayscale: #7E7E7E. Windows color (decimal): -3715396 or 12340935. OLE color: 12340935.
HSL color Cylindrical-coordinate representation of color #C74EBC: hue angle of 305.45º 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 #C74EBC is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 188 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.22 |
| HSL | 305.45º | 0.52% | 0.54% | - |
| HSV(B) | 305.45º | 0.61% | 0.78% | - |
| XYZ | 35.35 | 21.22 | 49.81 | - |
| YUV | 126.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 188 | 0 | 0.61 | 0.06 | 0.22 | 305.45 | 0.52 | 0.54 |
| Hex | C7 | 4E | BC | 0 | 3D | 6 | 16 | 131 | 34 | 36 |
| Octal | 307 | 116 | 274 | 0 | 75 | 6 | 26 | 461 | 64 | 66 |
| Binary | 11000111 | 1001110 | 10111100 | 0 | 111101 | 110 | 10110 | 100110001 | 110100 | 110110 |
Color Harmonies of #C74EBC
Complementary color
Monochromatic Colors of #C74EBC
Black with #C74EBC
Text Example
Text Example
White with #C74EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74EBC; }
p { color: rgb(199,78,188); }
H1.HeaderClassName
{
color: #C74EBC;
}
.AnyTagClassName
{
color: #C74EBC;
}
</style>
background-color css
<style>
a { background-color: #C74EBC; }
a { background-color: rgb(199,78,188); }
div.DivClassName
{
background-color: #C74EBC;
}
.BgClassName
{
background-color: #C74EBC;
}
</style>
border-color css
<style>
span { border-color: #C74EBC; }
span { border-color: rgb(199,78,188); }
td.TdClassName
{
border-color: #C74EBC;
}
.TagClassName
{
border-color: #C74EBC;
}
</style>