Shades of Fuchsia #C449BF
Tints of Fuchsia #C449BF
RGB
CMYK
RGB Variations
Color information
#C449BF (or 0xC449BF) is known color: Fuchsia. HEX triplet: C4, 49 and BF. RGB value is (196,73,191). Sum of RGB (Red+Green+Blue) = 196+73+191=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C449BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449BF is #3BB640. Grayscale: #7A7A7A. Windows color (decimal): -3913281 or 12536260. OLE color: 12536260.
HSL color Cylindrical-coordinate representation of color #C449BF: hue angle of 302.44º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C449BF is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 191 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.23 |
| HSL | 302.44º | 0.51% | 0.53% | - |
| HSV(B) | 302.44º | 0.63% | 0.77% | - |
| XYZ | 34.55 | 20.26 | 51.38 | - |
| YUV | 123.23 | 166.25 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 191 | 0 | 0.63 | 0.03 | 0.23 | 302.44 | 0.51 | 0.53 |
| Hex | C4 | 49 | BF | 0 | 3F | 3 | 17 | 12E | 33 | 35 |
| Octal | 304 | 111 | 277 | 0 | 77 | 3 | 27 | 456 | 63 | 65 |
| Binary | 11000100 | 1001001 | 10111111 | 0 | 111111 | 11 | 10111 | 100101110 | 110011 | 110101 |
Color Harmonies of #C449BF
Complementary color
Monochromatic Colors of #C449BF
Black with #C449BF
Text Example
Text Example
White with #C449BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449BF; }
p { color: rgb(196,73,191); }
H1.HeaderClassName
{
color: #C449BF;
}
.AnyTagClassName
{
color: #C449BF;
}
</style>
background-color css
<style>
a { background-color: #C449BF; }
a { background-color: rgb(196,73,191); }
div.DivClassName
{
background-color: #C449BF;
}
.BgClassName
{
background-color: #C449BF;
}
</style>
border-color css
<style>
span { border-color: #C449BF; }
span { border-color: rgb(196,73,191); }
td.TdClassName
{
border-color: #C449BF;
}
.TagClassName
{
border-color: #C449BF;
}
</style>