Shades of Fuchsia #C74CBC
Tints of Fuchsia #C74CBC
RGB
CMYK
RGB Variations
Color information
#C74CBC (or 0xC74CBC) is known color: Fuchsia. HEX triplet: C7, 4C and BC. RGB value is (199,76,188). Sum of RGB (Red+Green+Blue) = 199+76+188=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CBC is #38B343. Grayscale: #7D7D7D. Windows color (decimal): -3715908 or 12340423. OLE color: 12340423.
HSL color Cylindrical-coordinate representation of color #C74CBC: hue angle of 305.37º 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 #C74CBC is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 188 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.22 |
| HSL | 305.37º | 0.52% | 0.54% | - |
| HSV(B) | 305.37º | 0.62% | 0.78% | - |
| XYZ | 35.21 | 20.94 | 49.76 | - |
| YUV | 125.55 | 163.25 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 188 | 0 | 0.62 | 0.06 | 0.22 | 305.37 | 0.52 | 0.54 |
| Hex | C7 | 4C | BC | 0 | 3E | 6 | 16 | 131 | 34 | 36 |
| Octal | 307 | 114 | 274 | 0 | 76 | 6 | 26 | 461 | 64 | 66 |
| Binary | 11000111 | 1001100 | 10111100 | 0 | 111110 | 110 | 10110 | 100110001 | 110100 | 110110 |
Color Harmonies of #C74CBC
Complementary color
Monochromatic Colors of #C74CBC
Black with #C74CBC
Text Example
Text Example
White with #C74CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CBC; }
p { color: rgb(199,76,188); }
H1.HeaderClassName
{
color: #C74CBC;
}
.AnyTagClassName
{
color: #C74CBC;
}
</style>
background-color css
<style>
a { background-color: #C74CBC; }
a { background-color: rgb(199,76,188); }
div.DivClassName
{
background-color: #C74CBC;
}
.BgClassName
{
background-color: #C74CBC;
}
</style>
border-color css
<style>
span { border-color: #C74CBC; }
span { border-color: rgb(199,76,188); }
td.TdClassName
{
border-color: #C74CBC;
}
.TagClassName
{
border-color: #C74CBC;
}
</style>