Shades of Fuchsia #C74FC5
Tints of Fuchsia #C74FC5
RGB
CMYK
RGB Variations
Color information
#C74FC5 (or 0xC74FC5) is known color: Fuchsia. HEX triplet: C7, 4F and C5. RGB value is (199,79,197). Sum of RGB (Red+Green+Blue) = 199+79+197=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C74FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FC5 is #38B03A. Grayscale: #7F7F7F. Windows color (decimal): -3715131 or 12931015. OLE color: 12931015.
HSL color Cylindrical-coordinate representation of color #C74FC5: hue angle of 301º 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 #C74FC5 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 197 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.22 |
| HSL | 301º | 0.52% | 0.55% | - |
| HSV(B) | 301º | 0.6% | 0.78% | - |
| XYZ | 36.43 | 21.77 | 55.1 | - |
| YUV | 128.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 197 | 0 | 0.60 | 0.01 | 0.22 | 301 | 0.52 | 0.55 |
| Hex | C7 | 4F | C5 | 0 | 3C | 1 | 16 | 12D | 34 | 37 |
| Octal | 307 | 117 | 305 | 0 | 74 | 1 | 26 | 455 | 64 | 67 |
| Binary | 11000111 | 1001111 | 11000101 | 0 | 111100 | 1 | 10110 | 100101101 | 110100 | 110111 |
Color Harmonies of #C74FC5
Complementary color
Monochromatic Colors of #C74FC5
Black with #C74FC5
Text Example
Text Example
White with #C74FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FC5; }
p { color: rgb(199,79,197); }
H1.HeaderClassName
{
color: #C74FC5;
}
.AnyTagClassName
{
color: #C74FC5;
}
</style>
background-color css
<style>
a { background-color: #C74FC5; }
a { background-color: rgb(199,79,197); }
div.DivClassName
{
background-color: #C74FC5;
}
.BgClassName
{
background-color: #C74FC5;
}
</style>
border-color css
<style>
span { border-color: #C74FC5; }
span { border-color: rgb(199,79,197); }
td.TdClassName
{
border-color: #C74FC5;
}
.TagClassName
{
border-color: #C74FC5;
}
</style>