Shades of Fuchsia #C739AB
Tints of Fuchsia #C739AB
RGB
CMYK
RGB Variations
Color information
#C739AB (or 0xC739AB) is known color: Fuchsia. HEX triplet: C7, 39 and AB. RGB value is (199,57,171). Sum of RGB (Red+Green+Blue) = 199+57+171=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C739AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C739AB is #38C654. Grayscale: #707070. Windows color (decimal): -3720789 or 11221447. OLE color: 11221447.
HSL color Cylindrical-coordinate representation of color #C739AB: hue angle of 311.83º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C739AB is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 171 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.22 |
| HSL | 311.83º | 0.56% | 0.5% | - |
| HSV(B) | 311.83º | 0.71% | 0.78% | - |
| XYZ | 32.37 | 18.01 | 40.3 | - |
| YUV | 112.45 | 161.04 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 171 | 0 | 0.71 | 0.14 | 0.22 | 311.83 | 0.56 | 0.5 |
| Hex | C7 | 39 | AB | 0 | 47 | E | 16 | 138 | 38 | 32 |
| Octal | 307 | 71 | 253 | 0 | 107 | 16 | 26 | 470 | 70 | 62 |
| Binary | 11000111 | 111001 | 10101011 | 0 | 1000111 | 1110 | 10110 | 100111000 | 111000 | 110010 |
Color Harmonies of #C739AB
Complementary color
Monochromatic Colors of #C739AB
Black with #C739AB
Text Example
Text Example
White with #C739AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C739AB; }
p { color: rgb(199,57,171); }
H1.HeaderClassName
{
color: #C739AB;
}
.AnyTagClassName
{
color: #C739AB;
}
</style>
background-color css
<style>
a { background-color: #C739AB; }
a { background-color: rgb(199,57,171); }
div.DivClassName
{
background-color: #C739AB;
}
.BgClassName
{
background-color: #C739AB;
}
</style>
border-color css
<style>
span { border-color: #C739AB; }
span { border-color: rgb(199,57,171); }
td.TdClassName
{
border-color: #C739AB;
}
.TagClassName
{
border-color: #C739AB;
}
</style>