Shades of Fuchsia #C739C4
Tints of Fuchsia #C739C4
RGB
CMYK
RGB Variations
Color information
#C739C4 (or 0xC739C4) is known color: Fuchsia. HEX triplet: C7, 39 and C4. RGB value is (199,57,196). Sum of RGB (Red+Green+Blue) = 199+57+196=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C739C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C739C4 is #38C63B. Grayscale: #727272. Windows color (decimal): -3720764 or 12859847. OLE color: 12859847.
HSL color Cylindrical-coordinate representation of color #C739C4: hue angle of 301.27º 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 #C739C4 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 196 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.22 |
| HSL | 301.27º | 0.56% | 0.5% | - |
| HSV(B) | 301.27º | 0.71% | 0.78% | - |
| XYZ | 34.98 | 19.05 | 54.06 | - |
| YUV | 115.3 | 173.54 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 196 | 0 | 0.71 | 0.02 | 0.22 | 301.27 | 0.56 | 0.5 |
| Hex | C7 | 39 | C4 | 0 | 47 | 2 | 16 | 12D | 38 | 32 |
| Octal | 307 | 71 | 304 | 0 | 107 | 2 | 26 | 455 | 70 | 62 |
| Binary | 11000111 | 111001 | 11000100 | 0 | 1000111 | 10 | 10110 | 100101101 | 111000 | 110010 |
Color Harmonies of #C739C4
Complementary color
Monochromatic Colors of #C739C4
Black with #C739C4
Text Example
Text Example
White with #C739C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C739C4; }
p { color: rgb(199,57,196); }
H1.HeaderClassName
{
color: #C739C4;
}
.AnyTagClassName
{
color: #C739C4;
}
</style>
background-color css
<style>
a { background-color: #C739C4; }
a { background-color: rgb(199,57,196); }
div.DivClassName
{
background-color: #C739C4;
}
.BgClassName
{
background-color: #C739C4;
}
</style>
border-color css
<style>
span { border-color: #C739C4; }
span { border-color: rgb(199,57,196); }
td.TdClassName
{
border-color: #C739C4;
}
.TagClassName
{
border-color: #C739C4;
}
</style>