Shades of Fuchsia #C739AF
Tints of Fuchsia #C739AF
RGB
CMYK
RGB Variations
Color information
#C739AF (or 0xC739AF) is known color: Fuchsia. HEX triplet: C7, 39 and AF. RGB value is (199,57,175). Sum of RGB (Red+Green+Blue) = 199+57+175=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C739AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C739AF is #38C650. Grayscale: #707070. Windows color (decimal): -3720785 or 11483591. OLE color: 11483591.
HSL color Cylindrical-coordinate representation of color #C739AF: hue angle of 310.14º 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 #C739AF is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 175 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.22 |
| HSL | 310.14º | 0.56% | 0.5% | - |
| HSV(B) | 310.14º | 0.71% | 0.78% | - |
| XYZ | 32.75 | 18.16 | 42.34 | - |
| YUV | 112.91 | 163.04 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 175 | 0 | 0.71 | 0.12 | 0.22 | 310.14 | 0.56 | 0.5 |
| Hex | C7 | 39 | AF | 0 | 47 | C | 16 | 136 | 38 | 32 |
| Octal | 307 | 71 | 257 | 0 | 107 | 14 | 26 | 466 | 70 | 62 |
| Binary | 11000111 | 111001 | 10101111 | 0 | 1000111 | 1100 | 10110 | 100110110 | 111000 | 110010 |
Color Harmonies of #C739AF
Complementary color
Monochromatic Colors of #C739AF
Black with #C739AF
Text Example
Text Example
White with #C739AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C739AF; }
p { color: rgb(199,57,175); }
H1.HeaderClassName
{
color: #C739AF;
}
.AnyTagClassName
{
color: #C739AF;
}
</style>
background-color css
<style>
a { background-color: #C739AF; }
a { background-color: rgb(199,57,175); }
div.DivClassName
{
background-color: #C739AF;
}
.BgClassName
{
background-color: #C739AF;
}
</style>
border-color css
<style>
span { border-color: #C739AF; }
span { border-color: rgb(199,57,175); }
td.TdClassName
{
border-color: #C739AF;
}
.TagClassName
{
border-color: #C739AF;
}
</style>