Shades of Fuchsia #C74FB1
Tints of Fuchsia #C74FB1
RGB
CMYK
RGB Variations
Color information
#C74FB1 (or 0xC74FB1) is known color: Fuchsia. HEX triplet: C7, 4F and B1. RGB value is (199,79,177). Sum of RGB (Red+Green+Blue) = 199+79+177=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C74FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74FB1 is #38B04E. Grayscale: #7D7D7D. Windows color (decimal): -3715151 or 11620295. OLE color: 11620295.
HSL color Cylindrical-coordinate representation of color #C74FB1: hue angle of 311º 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 #C74FB1 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 177 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.22 |
| HSL | 311º | 0.52% | 0.55% | - |
| HSV(B) | 311º | 0.6% | 0.78% | - |
| XYZ | 34.28 | 20.91 | 43.82 | - |
| YUV | 126.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 177 | 0 | 0.60 | 0.11 | 0.22 | 311 | 0.52 | 0.55 |
| Hex | C7 | 4F | B1 | 0 | 3C | B | 16 | 137 | 34 | 37 |
| Octal | 307 | 117 | 261 | 0 | 74 | 13 | 26 | 467 | 64 | 67 |
| Binary | 11000111 | 1001111 | 10110001 | 0 | 111100 | 1011 | 10110 | 100110111 | 110100 | 110111 |
Color Harmonies of #C74FB1
Complementary color
Monochromatic Colors of #C74FB1
Black with #C74FB1
Text Example
Text Example
White with #C74FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FB1; }
p { color: rgb(199,79,177); }
H1.HeaderClassName
{
color: #C74FB1;
}
.AnyTagClassName
{
color: #C74FB1;
}
</style>
background-color css
<style>
a { background-color: #C74FB1; }
a { background-color: rgb(199,79,177); }
div.DivClassName
{
background-color: #C74FB1;
}
.BgClassName
{
background-color: #C74FB1;
}
</style>
border-color css
<style>
span { border-color: #C74FB1; }
span { border-color: rgb(199,79,177); }
td.TdClassName
{
border-color: #C74FB1;
}
.TagClassName
{
border-color: #C74FB1;
}
</style>