Shades of Fuchsia #C74FBB
Tints of Fuchsia #C74FBB
RGB
CMYK
RGB Variations
Color information
#C74FBB (or 0xC74FBB) is known color: Fuchsia. HEX triplet: C7, 4F and BB. RGB value is (199,79,187). Sum of RGB (Red+Green+Blue) = 199+79+187=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C74FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FBB is #38B044. Grayscale: #7E7E7E. Windows color (decimal): -3715141 or 12275655. OLE color: 12275655.
HSL color Cylindrical-coordinate representation of color #C74FBB: hue angle of 306º 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 #C74FBB is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 187 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.22 |
| HSL | 306º | 0.52% | 0.55% | - |
| HSV(B) | 306º | 0.6% | 0.78% | - |
| XYZ | 35.32 | 21.32 | 49.27 | - |
| YUV | 127.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 187 | 0 | 0.60 | 0.06 | 0.22 | 306 | 0.52 | 0.55 |
| Hex | C7 | 4F | BB | 0 | 3C | 6 | 16 | 132 | 34 | 37 |
| Octal | 307 | 117 | 273 | 0 | 74 | 6 | 26 | 462 | 64 | 67 |
| Binary | 11000111 | 1001111 | 10111011 | 0 | 111100 | 110 | 10110 | 100110010 | 110100 | 110111 |
Color Harmonies of #C74FBB
Complementary color
Monochromatic Colors of #C74FBB
Black with #C74FBB
Text Example
Text Example
White with #C74FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FBB; }
p { color: rgb(199,79,187); }
H1.HeaderClassName
{
color: #C74FBB;
}
.AnyTagClassName
{
color: #C74FBB;
}
</style>
background-color css
<style>
a { background-color: #C74FBB; }
a { background-color: rgb(199,79,187); }
div.DivClassName
{
background-color: #C74FBB;
}
.BgClassName
{
background-color: #C74FBB;
}
</style>
border-color css
<style>
span { border-color: #C74FBB; }
span { border-color: rgb(199,79,187); }
td.TdClassName
{
border-color: #C74FBB;
}
.TagClassName
{
border-color: #C74FBB;
}
</style>