Shades of Fuchsia #C739AC
Tints of Fuchsia #C739AC
RGB
CMYK
RGB Variations
Color information
#C739AC (or 0xC739AC) is known color: Fuchsia. HEX triplet: C7, 39 and AC. RGB value is (199,57,172). Sum of RGB (Red+Green+Blue) = 199+57+172=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C739AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C739AC is #38C653. Grayscale: #707070. Windows color (decimal): -3720788 or 11286983. OLE color: 11286983.
HSL color Cylindrical-coordinate representation of color #C739AC: hue angle of 311.41º 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 #C739AC is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 172 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.22 |
| HSL | 311.41º | 0.56% | 0.5% | - |
| HSV(B) | 311.41º | 0.71% | 0.78% | - |
| XYZ | 32.46 | 18.05 | 40.8 | - |
| YUV | 112.57 | 161.54 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 172 | 0 | 0.71 | 0.14 | 0.22 | 311.41 | 0.56 | 0.5 |
| Hex | C7 | 39 | AC | 0 | 47 | E | 16 | 137 | 38 | 32 |
| Octal | 307 | 71 | 254 | 0 | 107 | 16 | 26 | 467 | 70 | 62 |
| Binary | 11000111 | 111001 | 10101100 | 0 | 1000111 | 1110 | 10110 | 100110111 | 111000 | 110010 |
Color Harmonies of #C739AC
Complementary color
Monochromatic Colors of #C739AC
Black with #C739AC
Text Example
Text Example
White with #C739AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C739AC; }
p { color: rgb(199,57,172); }
H1.HeaderClassName
{
color: #C739AC;
}
.AnyTagClassName
{
color: #C739AC;
}
</style>
background-color css
<style>
a { background-color: #C739AC; }
a { background-color: rgb(199,57,172); }
div.DivClassName
{
background-color: #C739AC;
}
.BgClassName
{
background-color: #C739AC;
}
</style>
border-color css
<style>
span { border-color: #C739AC; }
span { border-color: rgb(199,57,172); }
td.TdClassName
{
border-color: #C739AC;
}
.TagClassName
{
border-color: #C739AC;
}
</style>