Shades of Fuchsia #C74BC6
Tints of Fuchsia #C74BC6
RGB
CMYK
RGB Variations
Color information
#C74BC6 (or 0xC74BC6) is known color: Fuchsia. HEX triplet: C7, 4B and C6. RGB value is (199,75,198). Sum of RGB (Red+Green+Blue) = 199+75+198=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BC6 is #38B439. Grayscale: #7D7D7D. Windows color (decimal): -3716154 or 12995527. OLE color: 12995527.
HSL color Cylindrical-coordinate representation of color #C74BC6: hue angle of 300.48º degrees, saturation: 0.53, 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 #C74BC6 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 198 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.22 |
| HSL | 300.48º | 0.53% | 0.54% | - |
| HSV(B) | 300.48º | 0.62% | 0.78% | - |
| XYZ | 36.26 | 21.25 | 55.62 | - |
| YUV | 126.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 198 | 0 | 0.62 | 0.01 | 0.22 | 300.48 | 0.53 | 0.54 |
| Hex | C7 | 4B | C6 | 0 | 3E | 1 | 16 | 12C | 35 | 36 |
| Octal | 307 | 113 | 306 | 0 | 76 | 1 | 26 | 454 | 65 | 66 |
| Binary | 11000111 | 1001011 | 11000110 | 0 | 111110 | 1 | 10110 | 100101100 | 110101 | 110110 |
Color Harmonies of #C74BC6
Complementary color
Monochromatic Colors of #C74BC6
Black with #C74BC6
Text Example
Text Example
White with #C74BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BC6; }
p { color: rgb(199,75,198); }
H1.HeaderClassName
{
color: #C74BC6;
}
.AnyTagClassName
{
color: #C74BC6;
}
</style>
background-color css
<style>
a { background-color: #C74BC6; }
a { background-color: rgb(199,75,198); }
div.DivClassName
{
background-color: #C74BC6;
}
.BgClassName
{
background-color: #C74BC6;
}
</style>
border-color css
<style>
span { border-color: #C74BC6; }
span { border-color: rgb(199,75,198); }
td.TdClassName
{
border-color: #C74BC6;
}
.TagClassName
{
border-color: #C74BC6;
}
</style>