Shades of Fuchsia #C74AC3
Tints of Fuchsia #C74AC3
RGB
CMYK
RGB Variations
Color information
#C74AC3 (or 0xC74AC3) is known color: Fuchsia. HEX triplet: C7, 4A and C3. RGB value is (199,74,195). Sum of RGB (Red+Green+Blue) = 199+74+195=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74AC3 is #38B53C. Grayscale: #7C7C7C. Windows color (decimal): -3716413 or 12798663. OLE color: 12798663.
HSL color Cylindrical-coordinate representation of color #C74AC3: hue angle of 301.92º 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 #C74AC3 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 195 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.22 |
| HSL | 301.92º | 0.53% | 0.54% | - |
| HSV(B) | 301.92º | 0.63% | 0.78% | - |
| XYZ | 35.85 | 20.98 | 53.79 | - |
| YUV | 125.17 | 167.41 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 195 | 0 | 0.63 | 0.02 | 0.22 | 301.92 | 0.53 | 0.54 |
| Hex | C7 | 4A | C3 | 0 | 3F | 2 | 16 | 12E | 35 | 36 |
| Octal | 307 | 112 | 303 | 0 | 77 | 2 | 26 | 456 | 65 | 66 |
| Binary | 11000111 | 1001010 | 11000011 | 0 | 111111 | 10 | 10110 | 100101110 | 110101 | 110110 |
Color Harmonies of #C74AC3
Complementary color
Monochromatic Colors of #C74AC3
Black with #C74AC3
Text Example
Text Example
White with #C74AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74AC3; }
p { color: rgb(199,74,195); }
H1.HeaderClassName
{
color: #C74AC3;
}
.AnyTagClassName
{
color: #C74AC3;
}
</style>
background-color css
<style>
a { background-color: #C74AC3; }
a { background-color: rgb(199,74,195); }
div.DivClassName
{
background-color: #C74AC3;
}
.BgClassName
{
background-color: #C74AC3;
}
</style>
border-color css
<style>
span { border-color: #C74AC3; }
span { border-color: rgb(199,74,195); }
td.TdClassName
{
border-color: #C74AC3;
}
.TagClassName
{
border-color: #C74AC3;
}
</style>