Shades of Fuchsia #C74CAF
Tints of Fuchsia #C74CAF
RGB
CMYK
RGB Variations
Color information
#C74CAF (or 0xC74CAF) is known color: Fuchsia. HEX triplet: C7, 4C and AF. RGB value is (199,76,175). Sum of RGB (Red+Green+Blue) = 199+76+175=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74CAF is #38B350. Grayscale: #7B7B7B. Windows color (decimal): -3715921 or 11488455. OLE color: 11488455.
HSL color Cylindrical-coordinate representation of color #C74CAF: hue angle of 311.71º degrees, saturation: 0.52, 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 #C74CAF is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 175 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.22 |
| HSL | 311.71º | 0.52% | 0.54% | - |
| HSV(B) | 311.71º | 0.62% | 0.78% | - |
| XYZ | 33.88 | 20.41 | 42.71 | - |
| YUV | 124.06 | 156.75 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 175 | 0 | 0.62 | 0.12 | 0.22 | 311.71 | 0.52 | 0.54 |
| Hex | C7 | 4C | AF | 0 | 3E | C | 16 | 138 | 34 | 36 |
| Octal | 307 | 114 | 257 | 0 | 76 | 14 | 26 | 470 | 64 | 66 |
| Binary | 11000111 | 1001100 | 10101111 | 0 | 111110 | 1100 | 10110 | 100111000 | 110100 | 110110 |
Color Harmonies of #C74CAF
Complementary color
Monochromatic Colors of #C74CAF
Black with #C74CAF
Text Example
Text Example
White with #C74CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CAF; }
p { color: rgb(199,76,175); }
H1.HeaderClassName
{
color: #C74CAF;
}
.AnyTagClassName
{
color: #C74CAF;
}
</style>
background-color css
<style>
a { background-color: #C74CAF; }
a { background-color: rgb(199,76,175); }
div.DivClassName
{
background-color: #C74CAF;
}
.BgClassName
{
background-color: #C74CAF;
}
</style>
border-color css
<style>
span { border-color: #C74CAF; }
span { border-color: rgb(199,76,175); }
td.TdClassName
{
border-color: #C74CAF;
}
.TagClassName
{
border-color: #C74CAF;
}
</style>