Shades of Fuchsia #C74CBF
Tints of Fuchsia #C74CBF
RGB
CMYK
RGB Variations
Color information
#C74CBF (or 0xC74CBF) is known color: Fuchsia. HEX triplet: C7, 4C and BF. RGB value is (199,76,191). Sum of RGB (Red+Green+Blue) = 199+76+191=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CBF is #38B340. Grayscale: #7D7D7D. Windows color (decimal): -3715905 or 12537031. OLE color: 12537031.
HSL color Cylindrical-coordinate representation of color #C74CBF: hue angle of 303.9º 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 #C74CBF is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 191 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.22 |
| HSL | 303.9º | 0.52% | 0.54% | - |
| HSV(B) | 303.9º | 0.62% | 0.78% | - |
| XYZ | 35.54 | 21.07 | 51.48 | - |
| YUV | 125.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 191 | 0 | 0.62 | 0.04 | 0.22 | 303.9 | 0.52 | 0.54 |
| Hex | C7 | 4C | BF | 0 | 3E | 4 | 16 | 130 | 34 | 36 |
| Octal | 307 | 114 | 277 | 0 | 76 | 4 | 26 | 460 | 64 | 66 |
| Binary | 11000111 | 1001100 | 10111111 | 0 | 111110 | 100 | 10110 | 100110000 | 110100 | 110110 |
Color Harmonies of #C74CBF
Complementary color
Monochromatic Colors of #C74CBF
Black with #C74CBF
Text Example
Text Example
White with #C74CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CBF; }
p { color: rgb(199,76,191); }
H1.HeaderClassName
{
color: #C74CBF;
}
.AnyTagClassName
{
color: #C74CBF;
}
</style>
background-color css
<style>
a { background-color: #C74CBF; }
a { background-color: rgb(199,76,191); }
div.DivClassName
{
background-color: #C74CBF;
}
.BgClassName
{
background-color: #C74CBF;
}
</style>
border-color css
<style>
span { border-color: #C74CBF; }
span { border-color: rgb(199,76,191); }
td.TdClassName
{
border-color: #C74CBF;
}
.TagClassName
{
border-color: #C74CBF;
}
</style>