Shades of Fuchsia #C739BA
Tints of Fuchsia #C739BA
RGB
CMYK
RGB Variations
Color information
#C739BA (or 0xC739BA) is known color: Fuchsia. HEX triplet: C7, 39 and BA. RGB value is (199,57,186). Sum of RGB (Red+Green+Blue) = 199+57+186=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C739BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C739BA is #38C645. Grayscale: #717171. Windows color (decimal): -3720774 or 12204487. OLE color: 12204487.
HSL color Cylindrical-coordinate representation of color #C739BA: hue angle of 305.49º 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 #C739BA is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 186 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.22 |
| HSL | 305.49º | 0.56% | 0.5% | - |
| HSV(B) | 305.49º | 0.71% | 0.78% | - |
| XYZ | 33.88 | 18.61 | 48.26 | - |
| YUV | 114.16 | 168.54 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 186 | 0 | 0.71 | 0.07 | 0.22 | 305.49 | 0.56 | 0.5 |
| Hex | C7 | 39 | BA | 0 | 47 | 7 | 16 | 131 | 38 | 32 |
| Octal | 307 | 71 | 272 | 0 | 107 | 7 | 26 | 461 | 70 | 62 |
| Binary | 11000111 | 111001 | 10111010 | 0 | 1000111 | 111 | 10110 | 100110001 | 111000 | 110010 |
Color Harmonies of #C739BA
Complementary color
Monochromatic Colors of #C739BA
Black with #C739BA
Text Example
Text Example
White with #C739BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C739BA; }
p { color: rgb(199,57,186); }
H1.HeaderClassName
{
color: #C739BA;
}
.AnyTagClassName
{
color: #C739BA;
}
</style>
background-color css
<style>
a { background-color: #C739BA; }
a { background-color: rgb(199,57,186); }
div.DivClassName
{
background-color: #C739BA;
}
.BgClassName
{
background-color: #C739BA;
}
</style>
border-color css
<style>
span { border-color: #C739BA; }
span { border-color: rgb(199,57,186); }
td.TdClassName
{
border-color: #C739BA;
}
.TagClassName
{
border-color: #C739BA;
}
</style>