Shades of Fuchsia #C74FB0
Tints of Fuchsia #C74FB0
RGB
CMYK
RGB Variations
Color information
#C74FB0 (or 0xC74FB0) is known color: Fuchsia. HEX triplet: C7, 4F and B0. RGB value is (199,79,176). Sum of RGB (Red+Green+Blue) = 199+79+176=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C74FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74FB0 is #38B04F. Grayscale: #7D7D7D. Windows color (decimal): -3715152 or 11554759. OLE color: 11554759.
HSL color Cylindrical-coordinate representation of color #C74FB0: hue angle of 311.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C74FB0 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 176 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.22 |
| HSL | 311.5º | 0.52% | 0.55% | - |
| HSV(B) | 311.5º | 0.6% | 0.78% | - |
| XYZ | 34.19 | 20.87 | 43.3 | - |
| YUV | 125.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 176 | 0 | 0.60 | 0.12 | 0.22 | 311.5 | 0.52 | 0.55 |
| Hex | C7 | 4F | B0 | 0 | 3C | C | 16 | 138 | 34 | 37 |
| Octal | 307 | 117 | 260 | 0 | 74 | 14 | 26 | 470 | 64 | 67 |
| Binary | 11000111 | 1001111 | 10110000 | 0 | 111100 | 1100 | 10110 | 100111000 | 110100 | 110111 |
Color Harmonies of #C74FB0
Complementary color
Monochromatic Colors of #C74FB0
Black with #C74FB0
Text Example
Text Example
White with #C74FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FB0; }
p { color: rgb(199,79,176); }
H1.HeaderClassName
{
color: #C74FB0;
}
.AnyTagClassName
{
color: #C74FB0;
}
</style>
background-color css
<style>
a { background-color: #C74FB0; }
a { background-color: rgb(199,79,176); }
div.DivClassName
{
background-color: #C74FB0;
}
.BgClassName
{
background-color: #C74FB0;
}
</style>
border-color css
<style>
span { border-color: #C74FB0; }
span { border-color: rgb(199,79,176); }
td.TdClassName
{
border-color: #C74FB0;
}
.TagClassName
{
border-color: #C74FB0;
}
</style>