Shades of Fuchsia #C74DC9
Tints of Fuchsia #C74DC9
RGB
CMYK
RGB Variations
Color information
#C74DC9 (or 0xC74DC9) is known color: Fuchsia. HEX triplet: C7, 4D and C9. RGB value is (199,77,201). Sum of RGB (Red+Green+Blue) = 199+77+201=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #C74DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DC9 is #38B236. Grayscale: #7F7F7F. Windows color (decimal): -3715639 or 13192647. OLE color: 13192647.
HSL color Cylindrical-coordinate representation of color #C74DC9: hue angle of 299.03º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74DC9 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 77 | 201 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.21 |
| HSL | 299.03º | 0.53% | 0.55% | - |
| HSV(B) | 299.03º | 0.62% | 0.79% | - |
| XYZ | 36.75 | 21.67 | 57.5 | - |
| YUV | 127.61 | 169.42 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 201 | 0.01 | 0.62 | 0 | 0.21 | 299.03 | 0.53 | 0.55 |
| Hex | C7 | 4D | C9 | 1 | 3E | 0 | 15 | 12B | 35 | 37 |
| Octal | 307 | 115 | 311 | 1 | 76 | 0 | 25 | 453 | 65 | 67 |
| Binary | 11000111 | 1001101 | 11001001 | 1 | 111110 | 0 | 10101 | 100101011 | 110101 | 110111 |
Color Harmonies of #C74DC9
Complementary color
Monochromatic Colors of #C74DC9
Black with #C74DC9
Text Example
Text Example
White with #C74DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74DC9; }
p { color: rgb(199,77,201); }
H1.HeaderClassName
{
color: #C74DC9;
}
.AnyTagClassName
{
color: #C74DC9;
}
</style>
background-color css
<style>
a { background-color: #C74DC9; }
a { background-color: rgb(199,77,201); }
div.DivClassName
{
background-color: #C74DC9;
}
.BgClassName
{
background-color: #C74DC9;
}
</style>
border-color css
<style>
span { border-color: #C74DC9; }
span { border-color: rgb(199,77,201); }
td.TdClassName
{
border-color: #C74DC9;
}
.TagClassName
{
border-color: #C74DC9;
}
</style>