Shades of Fuchsia #C749BF
Tints of Fuchsia #C749BF
RGB
CMYK
RGB Variations
Color information
#C749BF (or 0xC749BF) is known color: Fuchsia. HEX triplet: C7, 49 and BF. RGB value is (199,73,191). Sum of RGB (Red+Green+Blue) = 199+73+191=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C749BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C749BF is #38B640. Grayscale: #7B7B7B. Windows color (decimal): -3716673 or 12536263. OLE color: 12536263.
HSL color Cylindrical-coordinate representation of color #C749BF: hue angle of 303.81º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C749BF is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 191 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.22 |
| HSL | 303.81º | 0.53% | 0.53% | - |
| HSV(B) | 303.81º | 0.63% | 0.78% | - |
| XYZ | 35.34 | 20.67 | 51.42 | - |
| YUV | 124.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 191 | 0 | 0.63 | 0.04 | 0.22 | 303.81 | 0.53 | 0.53 |
| Hex | C7 | 49 | BF | 0 | 3F | 4 | 16 | 130 | 35 | 35 |
| Octal | 307 | 111 | 277 | 0 | 77 | 4 | 26 | 460 | 65 | 65 |
| Binary | 11000111 | 1001001 | 10111111 | 0 | 111111 | 100 | 10110 | 100110000 | 110101 | 110101 |
Color Harmonies of #C749BF
Complementary color
Monochromatic Colors of #C749BF
Black with #C749BF
Text Example
Text Example
White with #C749BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C749BF; }
p { color: rgb(199,73,191); }
H1.HeaderClassName
{
color: #C749BF;
}
.AnyTagClassName
{
color: #C749BF;
}
</style>
background-color css
<style>
a { background-color: #C749BF; }
a { background-color: rgb(199,73,191); }
div.DivClassName
{
background-color: #C749BF;
}
.BgClassName
{
background-color: #C749BF;
}
</style>
border-color css
<style>
span { border-color: #C749BF; }
span { border-color: rgb(199,73,191); }
td.TdClassName
{
border-color: #C749BF;
}
.TagClassName
{
border-color: #C749BF;
}
</style>