Shades of Fuchsia #C74BC5
Tints of Fuchsia #C74BC5
RGB
CMYK
RGB Variations
Color information
#C74BC5 (or 0xC74BC5) is known color: Fuchsia. HEX triplet: C7, 4B and C5. RGB value is (199,75,197). Sum of RGB (Red+Green+Blue) = 199+75+197=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BC5 is #38B43A. Grayscale: #7D7D7D. Windows color (decimal): -3716155 or 12929991. OLE color: 12929991.
HSL color Cylindrical-coordinate representation of color #C74BC5: hue angle of 300.97º 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 #C74BC5 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 197 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.22 |
| HSL | 300.97º | 0.53% | 0.54% | - |
| HSV(B) | 300.97º | 0.62% | 0.78% | - |
| XYZ | 36.15 | 21.21 | 55.01 | - |
| YUV | 125.98 | 168.08 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 197 | 0 | 0.62 | 0.01 | 0.22 | 300.97 | 0.53 | 0.54 |
| Hex | C7 | 4B | C5 | 0 | 3E | 1 | 16 | 12D | 35 | 36 |
| Octal | 307 | 113 | 305 | 0 | 76 | 1 | 26 | 455 | 65 | 66 |
| Binary | 11000111 | 1001011 | 11000101 | 0 | 111110 | 1 | 10110 | 100101101 | 110101 | 110110 |
Color Harmonies of #C74BC5
Complementary color
Monochromatic Colors of #C74BC5
Black with #C74BC5
Text Example
Text Example
White with #C74BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BC5; }
p { color: rgb(199,75,197); }
H1.HeaderClassName
{
color: #C74BC5;
}
.AnyTagClassName
{
color: #C74BC5;
}
</style>
background-color css
<style>
a { background-color: #C74BC5; }
a { background-color: rgb(199,75,197); }
div.DivClassName
{
background-color: #C74BC5;
}
.BgClassName
{
background-color: #C74BC5;
}
</style>
border-color css
<style>
span { border-color: #C74BC5; }
span { border-color: rgb(199,75,197); }
td.TdClassName
{
border-color: #C74BC5;
}
.TagClassName
{
border-color: #C74BC5;
}
</style>