Shades of Fuchsia #C745AA
Tints of Fuchsia #C745AA
RGB
CMYK
RGB Variations
Color information
#C745AA (or 0xC745AA) is known color: Fuchsia. HEX triplet: C7, 45 and AA. RGB value is (199,69,170). Sum of RGB (Red+Green+Blue) = 199+69+170=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C745AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C745AA is #38BA55. Grayscale: #777777. Windows color (decimal): -3717718 or 11158983. OLE color: 11158983.
HSL color Cylindrical-coordinate representation of color #C745AA: hue angle of 313.38º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C745AA is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 170 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.22 |
| HSL | 313.38º | 0.54% | 0.53% | - |
| HSV(B) | 313.38º | 0.65% | 0.78% | - |
| XYZ | 32.94 | 19.3 | 40.02 | - |
| YUV | 119.38 | 156.57 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 170 | 0 | 0.65 | 0.15 | 0.22 | 313.38 | 0.54 | 0.53 |
| Hex | C7 | 45 | AA | 0 | 41 | F | 16 | 139 | 36 | 35 |
| Octal | 307 | 105 | 252 | 0 | 101 | 17 | 26 | 471 | 66 | 65 |
| Binary | 11000111 | 1000101 | 10101010 | 0 | 1000001 | 1111 | 10110 | 100111001 | 110110 | 110101 |
Color Harmonies of #C745AA
Complementary color
Monochromatic Colors of #C745AA
Black with #C745AA
Text Example
Text Example
White with #C745AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C745AA; }
p { color: rgb(199,69,170); }
H1.HeaderClassName
{
color: #C745AA;
}
.AnyTagClassName
{
color: #C745AA;
}
</style>
background-color css
<style>
a { background-color: #C745AA; }
a { background-color: rgb(199,69,170); }
div.DivClassName
{
background-color: #C745AA;
}
.BgClassName
{
background-color: #C745AA;
}
</style>
border-color css
<style>
span { border-color: #C745AA; }
span { border-color: rgb(199,69,170); }
td.TdClassName
{
border-color: #C745AA;
}
.TagClassName
{
border-color: #C745AA;
}
</style>