Shades of Fuchsia #C739BC
Tints of Fuchsia #C739BC
RGB
CMYK
RGB Variations
Color information
#C739BC (or 0xC739BC) is known color: Fuchsia. HEX triplet: C7, 39 and BC. RGB value is (199,57,188). Sum of RGB (Red+Green+Blue) = 199+57+188=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 57 (22.66% from 255 or 12.84% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C739BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C739BC is #38C643. Grayscale: #727272. Windows color (decimal): -3720772 or 12335559. OLE color: 12335559.
HSL color Cylindrical-coordinate representation of color #C739BC: hue angle of 304.65º 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 #C739BC is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 188 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.22 |
| HSL | 304.65º | 0.56% | 0.5% | - |
| HSV(B) | 304.65º | 0.71% | 0.78% | - |
| XYZ | 34.09 | 18.7 | 49.39 | - |
| YUV | 114.39 | 169.54 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 188 | 0 | 0.71 | 0.06 | 0.22 | 304.65 | 0.56 | 0.5 |
| Hex | C7 | 39 | BC | 0 | 47 | 6 | 16 | 131 | 38 | 32 |
| Octal | 307 | 71 | 274 | 0 | 107 | 6 | 26 | 461 | 70 | 62 |
| Binary | 11000111 | 111001 | 10111100 | 0 | 1000111 | 110 | 10110 | 100110001 | 111000 | 110010 |
Color Harmonies of #C739BC
Complementary color
Monochromatic Colors of #C739BC
Black with #C739BC
Text Example
Text Example
White with #C739BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C739BC; }
p { color: rgb(199,57,188); }
H1.HeaderClassName
{
color: #C739BC;
}
.AnyTagClassName
{
color: #C739BC;
}
</style>
background-color css
<style>
a { background-color: #C739BC; }
a { background-color: rgb(199,57,188); }
div.DivClassName
{
background-color: #C739BC;
}
.BgClassName
{
background-color: #C739BC;
}
</style>
border-color css
<style>
span { border-color: #C739BC; }
span { border-color: rgb(199,57,188); }
td.TdClassName
{
border-color: #C739BC;
}
.TagClassName
{
border-color: #C739BC;
}
</style>