Shades of Fuchsia #C74EBA
Tints of Fuchsia #C74EBA
RGB
CMYK
RGB Variations
Color information
#C74EBA (or 0xC74EBA) is known color: Fuchsia. HEX triplet: C7, 4E and BA. RGB value is (199,78,186). Sum of RGB (Red+Green+Blue) = 199+78+186=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C74EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74EBA is #38B145. Grayscale: #7E7E7E. Windows color (decimal): -3715398 or 12209863. OLE color: 12209863.
HSL color Cylindrical-coordinate representation of color #C74EBA: hue angle of 306.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 #C74EBA is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 186 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.22 |
| HSL | 306.45º | 0.52% | 0.54% | - |
| HSV(B) | 306.45º | 0.61% | 0.78% | - |
| XYZ | 35.14 | 21.14 | 48.68 | - |
| YUV | 126.49 | 161.59 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 186 | 0 | 0.61 | 0.07 | 0.22 | 306.45 | 0.52 | 0.54 |
| Hex | C7 | 4E | BA | 0 | 3D | 7 | 16 | 132 | 34 | 36 |
| Octal | 307 | 116 | 272 | 0 | 75 | 7 | 26 | 462 | 64 | 66 |
| Binary | 11000111 | 1001110 | 10111010 | 0 | 111101 | 111 | 10110 | 100110010 | 110100 | 110110 |
Color Harmonies of #C74EBA
Complementary color
Monochromatic Colors of #C74EBA
Black with #C74EBA
Text Example
Text Example
White with #C74EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74EBA; }
p { color: rgb(199,78,186); }
H1.HeaderClassName
{
color: #C74EBA;
}
.AnyTagClassName
{
color: #C74EBA;
}
</style>
background-color css
<style>
a { background-color: #C74EBA; }
a { background-color: rgb(199,78,186); }
div.DivClassName
{
background-color: #C74EBA;
}
.BgClassName
{
background-color: #C74EBA;
}
</style>
border-color css
<style>
span { border-color: #C74EBA; }
span { border-color: rgb(199,78,186); }
td.TdClassName
{
border-color: #C74EBA;
}
.TagClassName
{
border-color: #C74EBA;
}
</style>