Shades of Fuchsia #C740AB
Tints of Fuchsia #C740AB
RGB
CMYK
RGB Variations
Color information
#C740AB (or 0xC740AB) is known color: Fuchsia. HEX triplet: C7, 40 and AB. RGB value is (199,64,171). Sum of RGB (Red+Green+Blue) = 199+64+171=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C740AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C740AB is #38BF54. Grayscale: #747474. Windows color (decimal): -3718997 or 11223239. OLE color: 11223239.
HSL color Cylindrical-coordinate representation of color #C740AB: hue angle of 312.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C740AB is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 171 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.22 |
| HSL | 312.44º | 0.55% | 0.52% | - |
| HSV(B) | 312.44º | 0.68% | 0.78% | - |
| XYZ | 32.74 | 18.75 | 40.42 | - |
| YUV | 116.56 | 158.73 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 171 | 0 | 0.68 | 0.14 | 0.22 | 312.44 | 0.55 | 0.52 |
| Hex | C7 | 40 | AB | 0 | 44 | E | 16 | 138 | 37 | 34 |
| Octal | 307 | 100 | 253 | 0 | 104 | 16 | 26 | 470 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10101011 | 0 | 1000100 | 1110 | 10110 | 100111000 | 110111 | 110100 |
Color Harmonies of #C740AB
Complementary color
Monochromatic Colors of #C740AB
Black with #C740AB
Text Example
Text Example
White with #C740AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740AB; }
p { color: rgb(199,64,171); }
H1.HeaderClassName
{
color: #C740AB;
}
.AnyTagClassName
{
color: #C740AB;
}
</style>
background-color css
<style>
a { background-color: #C740AB; }
a { background-color: rgb(199,64,171); }
div.DivClassName
{
background-color: #C740AB;
}
.BgClassName
{
background-color: #C740AB;
}
</style>
border-color css
<style>
span { border-color: #C740AB; }
span { border-color: rgb(199,64,171); }
td.TdClassName
{
border-color: #C740AB;
}
.TagClassName
{
border-color: #C740AB;
}
</style>