Shades of Fuchsia #C739C7
Tints of Fuchsia #C739C7
RGB
CMYK
RGB Variations
Color information
#C739C7 (or 0xC739C7) is known color: Fuchsia. HEX triplet: C7, 39 and C7. RGB value is (199,57,199). Sum of RGB (Red+Green+Blue) = 199+57+199=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C739C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C739C7 is #38C638. Grayscale: #737373. Windows color (decimal): -3720761 or 13056455. OLE color: 13056455.
HSL color Cylindrical-coordinate representation of color #C739C7: hue angle of 300º 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 #C739C7 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 199 | - |
| CMYK | 0 | 0.71 | 0 | 0.22 |
| HSL | 300º | 0.56% | 0.5% | - |
| HSV(B) | 300º | 0.71% | 0.78% | - |
| XYZ | 35.33 | 19.19 | 55.88 | - |
| YUV | 115.65 | 175.04 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 199 | 0 | 0.71 | 0 | 0.22 | 300 | 0.56 | 0.5 |
| Hex | C7 | 39 | C7 | 0 | 47 | 0 | 16 | 12C | 38 | 32 |
| Octal | 307 | 71 | 307 | 0 | 107 | 0 | 26 | 454 | 70 | 62 |
| Binary | 11000111 | 111001 | 11000111 | 0 | 1000111 | 0 | 10110 | 100101100 | 111000 | 110010 |
Color Harmonies of #C739C7
Complementary color
Monochromatic Colors of #C739C7
Black with #C739C7
Text Example
Text Example
White with #C739C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C739C7; }
p { color: rgb(199,57,199); }
H1.HeaderClassName
{
color: #C739C7;
}
.AnyTagClassName
{
color: #C739C7;
}
</style>
background-color css
<style>
a { background-color: #C739C7; }
a { background-color: rgb(199,57,199); }
div.DivClassName
{
background-color: #C739C7;
}
.BgClassName
{
background-color: #C739C7;
}
</style>
border-color css
<style>
span { border-color: #C739C7; }
span { border-color: rgb(199,57,199); }
td.TdClassName
{
border-color: #C739C7;
}
.TagClassName
{
border-color: #C739C7;
}
</style>