Shades of Fuchsia #C74BAF
Tints of Fuchsia #C74BAF
RGB
CMYK
RGB Variations
Color information
#C74BAF (or 0xC74BAF) is known color: Fuchsia. HEX triplet: C7, 4B and AF. RGB value is (199,75,175). Sum of RGB (Red+Green+Blue) = 199+75+175=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74BAF is #38B450. Grayscale: #7B7B7B. Windows color (decimal): -3716177 or 11488199. OLE color: 11488199.
HSL color Cylindrical-coordinate representation of color #C74BAF: hue angle of 311.61º 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 #C74BAF is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 175 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.22 |
| HSL | 311.61º | 0.53% | 0.54% | - |
| HSV(B) | 311.61º | 0.62% | 0.78% | - |
| XYZ | 33.81 | 20.27 | 42.69 | - |
| YUV | 123.48 | 157.08 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 175 | 0 | 0.62 | 0.12 | 0.22 | 311.61 | 0.53 | 0.54 |
| Hex | C7 | 4B | AF | 0 | 3E | C | 16 | 138 | 35 | 36 |
| Octal | 307 | 113 | 257 | 0 | 76 | 14 | 26 | 470 | 65 | 66 |
| Binary | 11000111 | 1001011 | 10101111 | 0 | 111110 | 1100 | 10110 | 100111000 | 110101 | 110110 |
Color Harmonies of #C74BAF
Complementary color
Monochromatic Colors of #C74BAF
Black with #C74BAF
Text Example
Text Example
White with #C74BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BAF; }
p { color: rgb(199,75,175); }
H1.HeaderClassName
{
color: #C74BAF;
}
.AnyTagClassName
{
color: #C74BAF;
}
</style>
background-color css
<style>
a { background-color: #C74BAF; }
a { background-color: rgb(199,75,175); }
div.DivClassName
{
background-color: #C74BAF;
}
.BgClassName
{
background-color: #C74BAF;
}
</style>
border-color css
<style>
span { border-color: #C74BAF; }
span { border-color: rgb(199,75,175); }
td.TdClassName
{
border-color: #C74BAF;
}
.TagClassName
{
border-color: #C74BAF;
}
</style>