Shades of Fuchsia #C741AA
Tints of Fuchsia #C741AA
RGB
CMYK
RGB Variations
Color information
#C741AA (or 0xC741AA) is known color: Fuchsia. HEX triplet: C7, 41 and AA. RGB value is (199,65,170). Sum of RGB (Red+Green+Blue) = 199+65+170=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C741AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C741AA is #38BE55. Grayscale: #747474. Windows color (decimal): -3718742 or 11157959. OLE color: 11157959.
HSL color Cylindrical-coordinate representation of color #C741AA: hue angle of 312.99º 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 #C741AA is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 170 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.22 |
| HSL | 312.99º | 0.54% | 0.52% | - |
| HSV(B) | 312.99º | 0.67% | 0.78% | - |
| XYZ | 32.7 | 18.82 | 39.94 | - |
| YUV | 117.04 | 157.89 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 170 | 0 | 0.67 | 0.15 | 0.22 | 312.99 | 0.54 | 0.52 |
| Hex | C7 | 41 | AA | 0 | 43 | F | 16 | 139 | 36 | 34 |
| Octal | 307 | 101 | 252 | 0 | 103 | 17 | 26 | 471 | 66 | 64 |
| Binary | 11000111 | 1000001 | 10101010 | 0 | 1000011 | 1111 | 10110 | 100111001 | 110110 | 110100 |
Color Harmonies of #C741AA
Complementary color
Monochromatic Colors of #C741AA
Black with #C741AA
Text Example
Text Example
White with #C741AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C741AA; }
p { color: rgb(199,65,170); }
H1.HeaderClassName
{
color: #C741AA;
}
.AnyTagClassName
{
color: #C741AA;
}
</style>
background-color css
<style>
a { background-color: #C741AA; }
a { background-color: rgb(199,65,170); }
div.DivClassName
{
background-color: #C741AA;
}
.BgClassName
{
background-color: #C741AA;
}
</style>
border-color css
<style>
span { border-color: #C741AA; }
span { border-color: rgb(199,65,170); }
td.TdClassName
{
border-color: #C741AA;
}
.TagClassName
{
border-color: #C741AA;
}
</style>