Shades of Fuchsia #C74AC4
Tints of Fuchsia #C74AC4
RGB
CMYK
RGB Variations
Color information
#C74AC4 (or 0xC74AC4) is known color: Fuchsia. HEX triplet: C7, 4A and C4. RGB value is (199,74,196). Sum of RGB (Red+Green+Blue) = 199+74+196=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74AC4 is #38B53B. Grayscale: #7C7C7C. Windows color (decimal): -3716412 or 12864199. OLE color: 12864199.
HSL color Cylindrical-coordinate representation of color #C74AC4: hue angle of 301.44º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74AC4 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 196 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.22 |
| HSL | 301.44º | 0.53% | 0.54% | - |
| HSV(B) | 301.44º | 0.63% | 0.78% | - |
| XYZ | 35.97 | 21.03 | 54.39 | - |
| YUV | 125.28 | 167.91 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 196 | 0 | 0.63 | 0.02 | 0.22 | 301.44 | 0.53 | 0.54 |
| Hex | C7 | 4A | C4 | 0 | 3F | 2 | 16 | 12D | 35 | 36 |
| Octal | 307 | 112 | 304 | 0 | 77 | 2 | 26 | 455 | 65 | 66 |
| Binary | 11000111 | 1001010 | 11000100 | 0 | 111111 | 10 | 10110 | 100101101 | 110101 | 110110 |
Color Harmonies of #C74AC4
Complementary color
Monochromatic Colors of #C74AC4
Black with #C74AC4
Text Example
Text Example
White with #C74AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74AC4; }
p { color: rgb(199,74,196); }
H1.HeaderClassName
{
color: #C74AC4;
}
.AnyTagClassName
{
color: #C74AC4;
}
</style>
background-color css
<style>
a { background-color: #C74AC4; }
a { background-color: rgb(199,74,196); }
div.DivClassName
{
background-color: #C74AC4;
}
.BgClassName
{
background-color: #C74AC4;
}
</style>
border-color css
<style>
span { border-color: #C74AC4; }
span { border-color: rgb(199,74,196); }
td.TdClassName
{
border-color: #C74AC4;
}
.TagClassName
{
border-color: #C74AC4;
}
</style>