Shades of Fuchsia #C74CB0
Tints of Fuchsia #C74CB0
RGB
CMYK
RGB Variations
Color information
#C74CB0 (or 0xC74CB0) is known color: Fuchsia. HEX triplet: C7, 4C and B0. RGB value is (199,76,176). Sum of RGB (Red+Green+Blue) = 199+76+176=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74CB0 is #38B34F. Grayscale: #7B7B7B. Windows color (decimal): -3715920 or 11553991. OLE color: 11553991.
HSL color Cylindrical-coordinate representation of color #C74CB0: hue angle of 311.22º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74CB0 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 176 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.22 |
| HSL | 311.22º | 0.52% | 0.54% | - |
| HSV(B) | 311.22º | 0.62% | 0.78% | - |
| XYZ | 33.97 | 20.45 | 43.23 | - |
| YUV | 124.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 176 | 0 | 0.62 | 0.12 | 0.22 | 311.22 | 0.52 | 0.54 |
| Hex | C7 | 4C | B0 | 0 | 3E | C | 16 | 137 | 34 | 36 |
| Octal | 307 | 114 | 260 | 0 | 76 | 14 | 26 | 467 | 64 | 66 |
| Binary | 11000111 | 1001100 | 10110000 | 0 | 111110 | 1100 | 10110 | 100110111 | 110100 | 110110 |
Color Harmonies of #C74CB0
Complementary color
Monochromatic Colors of #C74CB0
Black with #C74CB0
Text Example
Text Example
White with #C74CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CB0; }
p { color: rgb(199,76,176); }
H1.HeaderClassName
{
color: #C74CB0;
}
.AnyTagClassName
{
color: #C74CB0;
}
</style>
background-color css
<style>
a { background-color: #C74CB0; }
a { background-color: rgb(199,76,176); }
div.DivClassName
{
background-color: #C74CB0;
}
.BgClassName
{
background-color: #C74CB0;
}
</style>
border-color css
<style>
span { border-color: #C74CB0; }
span { border-color: rgb(199,76,176); }
td.TdClassName
{
border-color: #C74CB0;
}
.TagClassName
{
border-color: #C74CB0;
}
</style>