Shades of Fuchsia #C74FB2
Tints of Fuchsia #C74FB2
RGB
CMYK
RGB Variations
Color information
#C74FB2 (or 0xC74FB2) is known color: Fuchsia. HEX triplet: C7, 4F and B2. RGB value is (199,79,178). Sum of RGB (Red+Green+Blue) = 199+79+178=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C74FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74FB2 is #38B04D. Grayscale: #7D7D7D. Windows color (decimal): -3715150 or 11685831. OLE color: 11685831.
HSL color Cylindrical-coordinate representation of color #C74FB2: hue angle of 310.5º 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 #C74FB2 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 178 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.22 |
| HSL | 310.5º | 0.52% | 0.55% | - |
| HSV(B) | 310.5º | 0.6% | 0.78% | - |
| XYZ | 34.39 | 20.95 | 44.35 | - |
| YUV | 126.17 | 157.26 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 178 | 0 | 0.60 | 0.11 | 0.22 | 310.5 | 0.52 | 0.55 |
| Hex | C7 | 4F | B2 | 0 | 3C | B | 16 | 136 | 34 | 37 |
| Octal | 307 | 117 | 262 | 0 | 74 | 13 | 26 | 466 | 64 | 67 |
| Binary | 11000111 | 1001111 | 10110010 | 0 | 111100 | 1011 | 10110 | 100110110 | 110100 | 110111 |
Color Harmonies of #C74FB2
Complementary color
Monochromatic Colors of #C74FB2
Black with #C74FB2
Text Example
Text Example
White with #C74FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FB2; }
p { color: rgb(199,79,178); }
H1.HeaderClassName
{
color: #C74FB2;
}
.AnyTagClassName
{
color: #C74FB2;
}
</style>
background-color css
<style>
a { background-color: #C74FB2; }
a { background-color: rgb(199,79,178); }
div.DivClassName
{
background-color: #C74FB2;
}
.BgClassName
{
background-color: #C74FB2;
}
</style>
border-color css
<style>
span { border-color: #C74FB2; }
span { border-color: rgb(199,79,178); }
td.TdClassName
{
border-color: #C74FB2;
}
.TagClassName
{
border-color: #C74FB2;
}
</style>