Shades of Fuchsia #C741AC
Tints of Fuchsia #C741AC
RGB
CMYK
RGB Variations
Color information
#C741AC (or 0xC741AC) is known color: Fuchsia. HEX triplet: C7, 41 and AC. RGB value is (199,65,172). Sum of RGB (Red+Green+Blue) = 199+65+172=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C741AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C741AC is #38BE53. Grayscale: #747474. Windows color (decimal): -3718740 or 11289031. OLE color: 11289031.
HSL color Cylindrical-coordinate representation of color #C741AC: hue angle of 312.09º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C741AC is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 172 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.22 |
| HSL | 312.09º | 0.54% | 0.52% | - |
| HSV(B) | 312.09º | 0.67% | 0.78% | - |
| XYZ | 32.89 | 18.9 | 40.94 | - |
| YUV | 117.26 | 158.89 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 172 | 0 | 0.67 | 0.14 | 0.22 | 312.09 | 0.54 | 0.52 |
| Hex | C7 | 41 | AC | 0 | 43 | E | 16 | 138 | 36 | 34 |
| Octal | 307 | 101 | 254 | 0 | 103 | 16 | 26 | 470 | 66 | 64 |
| Binary | 11000111 | 1000001 | 10101100 | 0 | 1000011 | 1110 | 10110 | 100111000 | 110110 | 110100 |
Color Harmonies of #C741AC
Complementary color
Monochromatic Colors of #C741AC
Black with #C741AC
Text Example
Text Example
White with #C741AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C741AC; }
p { color: rgb(199,65,172); }
H1.HeaderClassName
{
color: #C741AC;
}
.AnyTagClassName
{
color: #C741AC;
}
</style>
background-color css
<style>
a { background-color: #C741AC; }
a { background-color: rgb(199,65,172); }
div.DivClassName
{
background-color: #C741AC;
}
.BgClassName
{
background-color: #C741AC;
}
</style>
border-color css
<style>
span { border-color: #C741AC; }
span { border-color: rgb(199,65,172); }
td.TdClassName
{
border-color: #C741AC;
}
.TagClassName
{
border-color: #C741AC;
}
</style>