Shades of Fuchsia #C74CB8
Tints of Fuchsia #C74CB8
RGB
CMYK
RGB Variations
Color information
#C74CB8 (or 0xC74CB8) is known color: Fuchsia. HEX triplet: C7, 4C and B8. RGB value is (199,76,184). Sum of RGB (Red+Green+Blue) = 199+76+184=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CB8 is #38B347. Grayscale: #7C7C7C. Windows color (decimal): -3715912 or 12078279. OLE color: 12078279.
HSL color Cylindrical-coordinate representation of color #C74CB8: hue angle of 307.32º 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 #C74CB8 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 184 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.22 |
| HSL | 307.32º | 0.52% | 0.54% | - |
| HSV(B) | 307.32º | 0.62% | 0.78% | - |
| XYZ | 34.79 | 20.77 | 47.52 | - |
| YUV | 125.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 184 | 0 | 0.62 | 0.08 | 0.22 | 307.32 | 0.52 | 0.54 |
| Hex | C7 | 4C | B8 | 0 | 3E | 8 | 16 | 133 | 34 | 36 |
| Octal | 307 | 114 | 270 | 0 | 76 | 10 | 26 | 463 | 64 | 66 |
| Binary | 11000111 | 1001100 | 10111000 | 0 | 111110 | 1000 | 10110 | 100110011 | 110100 | 110110 |
Color Harmonies of #C74CB8
Complementary color
Monochromatic Colors of #C74CB8
Black with #C74CB8
Text Example
Text Example
White with #C74CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CB8; }
p { color: rgb(199,76,184); }
H1.HeaderClassName
{
color: #C74CB8;
}
.AnyTagClassName
{
color: #C74CB8;
}
</style>
background-color css
<style>
a { background-color: #C74CB8; }
a { background-color: rgb(199,76,184); }
div.DivClassName
{
background-color: #C74CB8;
}
.BgClassName
{
background-color: #C74CB8;
}
</style>
border-color css
<style>
span { border-color: #C74CB8; }
span { border-color: rgb(199,76,184); }
td.TdClassName
{
border-color: #C74CB8;
}
.TagClassName
{
border-color: #C74CB8;
}
</style>