Shades of Fuchsia #C739CF
Tints of Fuchsia #C739CF
RGB
CMYK
RGB Variations
Color information
#C739CF (or 0xC739CF) is known color: Fuchsia. HEX triplet: C7, 39 and CF. RGB value is (199,57,207). Sum of RGB (Red+Green+Blue) = 199+57+207=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 57 (22.66% from 255 or 12.31% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #C739CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C739CF is #38C630. Grayscale: #747474. Windows color (decimal): -3720753 or 13580743. OLE color: 13580743.
HSL color Cylindrical-coordinate representation of color #C739CF: hue angle of 296.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C739CF is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 57 | 207 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.19 |
| HSL | 296.8º | 0.61% | 0.52% | - |
| HSV(B) | 296.8º | 0.72% | 0.81% | - |
| XYZ | 36.28 | 19.57 | 60.9 | - |
| YUV | 116.56 | 179.04 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 207 | 0.04 | 0.72 | 0 | 0.19 | 296.8 | 0.61 | 0.52 |
| Hex | C7 | 39 | CF | 4 | 48 | 0 | 13 | 129 | 3D | 34 |
| Octal | 307 | 71 | 317 | 4 | 110 | 0 | 23 | 451 | 75 | 64 |
| Binary | 11000111 | 111001 | 11001111 | 100 | 1001000 | 0 | 10011 | 100101001 | 111101 | 110100 |
Color Harmonies of #C739CF
Complementary color
Monochromatic Colors of #C739CF
Black with #C739CF
Text Example
Text Example
White with #C739CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C739CF; }
p { color: rgb(199,57,207); }
H1.HeaderClassName
{
color: #C739CF;
}
.AnyTagClassName
{
color: #C739CF;
}
</style>
background-color css
<style>
a { background-color: #C739CF; }
a { background-color: rgb(199,57,207); }
div.DivClassName
{
background-color: #C739CF;
}
.BgClassName
{
background-color: #C739CF;
}
</style>
border-color css
<style>
span { border-color: #C739CF; }
span { border-color: rgb(199,57,207); }
td.TdClassName
{
border-color: #C739CF;
}
.TagClassName
{
border-color: #C739CF;
}
</style>