Shades of Fuchsia #C74FC0
Tints of Fuchsia #C74FC0
RGB
CMYK
RGB Variations
Color information
#C74FC0 (or 0xC74FC0) is known color: Fuchsia. HEX triplet: C7, 4F and C0. RGB value is (199,79,192). Sum of RGB (Red+Green+Blue) = 199+79+192=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C74FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FC0 is #38B03F. Grayscale: #7F7F7F. Windows color (decimal): -3715136 or 12603335. OLE color: 12603335.
HSL color Cylindrical-coordinate representation of color #C74FC0: hue angle of 303.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 #C74FC0 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 192 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.22 |
| HSL | 303.5º | 0.52% | 0.55% | - |
| HSV(B) | 303.5º | 0.6% | 0.78% | - |
| XYZ | 35.86 | 21.54 | 52.14 | - |
| YUV | 127.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 192 | 0 | 0.60 | 0.04 | 0.22 | 303.5 | 0.52 | 0.55 |
| Hex | C7 | 4F | C0 | 0 | 3C | 4 | 16 | 130 | 34 | 37 |
| Octal | 307 | 117 | 300 | 0 | 74 | 4 | 26 | 460 | 64 | 67 |
| Binary | 11000111 | 1001111 | 11000000 | 0 | 111100 | 100 | 10110 | 100110000 | 110100 | 110111 |
Color Harmonies of #C74FC0
Complementary color
Monochromatic Colors of #C74FC0
Black with #C74FC0
Text Example
Text Example
White with #C74FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FC0; }
p { color: rgb(199,79,192); }
H1.HeaderClassName
{
color: #C74FC0;
}
.AnyTagClassName
{
color: #C74FC0;
}
</style>
background-color css
<style>
a { background-color: #C74FC0; }
a { background-color: rgb(199,79,192); }
div.DivClassName
{
background-color: #C74FC0;
}
.BgClassName
{
background-color: #C74FC0;
}
</style>
border-color css
<style>
span { border-color: #C74FC0; }
span { border-color: rgb(199,79,192); }
td.TdClassName
{
border-color: #C74FC0;
}
.TagClassName
{
border-color: #C74FC0;
}
</style>