Shades of Fuchsia #C739BE
Tints of Fuchsia #C739BE
RGB
CMYK
RGB Variations
Color information
#C739BE (or 0xC739BE) is known color: Fuchsia. HEX triplet: C7, 39 and BE. RGB value is (199,57,190). Sum of RGB (Red+Green+Blue) = 199+57+190=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C739BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C739BE is #38C641. Grayscale: #727272. Windows color (decimal): -3720770 or 12466631. OLE color: 12466631.
HSL color Cylindrical-coordinate representation of color #C739BE: hue angle of 303.8º 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 #C739BE is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 190 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.22 |
| HSL | 303.8º | 0.56% | 0.5% | - |
| HSV(B) | 303.8º | 0.71% | 0.78% | - |
| XYZ | 34.31 | 18.79 | 50.53 | - |
| YUV | 114.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 190 | 0 | 0.71 | 0.05 | 0.22 | 303.8 | 0.56 | 0.5 |
| Hex | C7 | 39 | BE | 0 | 47 | 5 | 16 | 130 | 38 | 32 |
| Octal | 307 | 71 | 276 | 0 | 107 | 5 | 26 | 460 | 70 | 62 |
| Binary | 11000111 | 111001 | 10111110 | 0 | 1000111 | 101 | 10110 | 100110000 | 111000 | 110010 |
Color Harmonies of #C739BE
Complementary color
Monochromatic Colors of #C739BE
Black with #C739BE
Text Example
Text Example
White with #C739BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C739BE; }
p { color: rgb(199,57,190); }
H1.HeaderClassName
{
color: #C739BE;
}
.AnyTagClassName
{
color: #C739BE;
}
</style>
background-color css
<style>
a { background-color: #C739BE; }
a { background-color: rgb(199,57,190); }
div.DivClassName
{
background-color: #C739BE;
}
.BgClassName
{
background-color: #C739BE;
}
</style>
border-color css
<style>
span { border-color: #C739BE; }
span { border-color: rgb(199,57,190); }
td.TdClassName
{
border-color: #C739BE;
}
.TagClassName
{
border-color: #C739BE;
}
</style>