Shades of Fuchsia #C749CF
Tints of Fuchsia #C749CF
RGB
CMYK
RGB Variations
Color information
#C749CF (or 0xC749CF) is known color: Fuchsia. HEX triplet: C7, 49 and CF. RGB value is (199,73,207). Sum of RGB (Red+Green+Blue) = 199+73+207=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #C749CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C749CF is #38B630. Grayscale: #7D7D7D. Windows color (decimal): -3716657 or 13584839. OLE color: 13584839.
HSL color Cylindrical-coordinate representation of color #C749CF: hue angle of 296.42º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C749CF is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 73 | 207 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.19 |
| HSL | 296.42º | 0.58% | 0.55% | - |
| HSV(B) | 296.42º | 0.65% | 0.81% | - |
| XYZ | 37.2 | 21.41 | 61.2 | - |
| YUV | 125.95 | 173.74 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 207 | 0.04 | 0.65 | 0 | 0.19 | 296.42 | 0.58 | 0.55 |
| Hex | C7 | 49 | CF | 4 | 41 | 0 | 13 | 128 | 3A | 37 |
| Octal | 307 | 111 | 317 | 4 | 101 | 0 | 23 | 450 | 72 | 67 |
| Binary | 11000111 | 1001001 | 11001111 | 100 | 1000001 | 0 | 10011 | 100101000 | 111010 | 110111 |
Color Harmonies of #C749CF
Complementary color
Monochromatic Colors of #C749CF
Black with #C749CF
Text Example
Text Example
White with #C749CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C749CF; }
p { color: rgb(199,73,207); }
H1.HeaderClassName
{
color: #C749CF;
}
.AnyTagClassName
{
color: #C749CF;
}
</style>
background-color css
<style>
a { background-color: #C749CF; }
a { background-color: rgb(199,73,207); }
div.DivClassName
{
background-color: #C749CF;
}
.BgClassName
{
background-color: #C749CF;
}
</style>
border-color css
<style>
span { border-color: #C749CF; }
span { border-color: rgb(199,73,207); }
td.TdClassName
{
border-color: #C749CF;
}
.TagClassName
{
border-color: #C749CF;
}
</style>