Shades of Fuchsia #C449BC
Tints of Fuchsia #C449BC
RGB
CMYK
RGB Variations
Color information
#C449BC (or 0xC449BC) is known color: Fuchsia. HEX triplet: C4, 49 and BC. RGB value is (196,73,188). Sum of RGB (Red+Green+Blue) = 196+73+188=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C449BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449BC is #3BB643. Grayscale: #7A7A7A. Windows color (decimal): -3913284 or 12339652. OLE color: 12339652.
HSL color Cylindrical-coordinate representation of color #C449BC: hue angle of 303.9º 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 #C449BC is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 188 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.23 |
| HSL | 303.9º | 0.51% | 0.53% | - |
| HSV(B) | 303.9º | 0.63% | 0.77% | - |
| XYZ | 34.22 | 20.13 | 49.66 | - |
| YUV | 122.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 188 | 0 | 0.63 | 0.04 | 0.23 | 303.9 | 0.51 | 0.53 |
| Hex | C4 | 49 | BC | 0 | 3F | 4 | 17 | 130 | 33 | 35 |
| Octal | 304 | 111 | 274 | 0 | 77 | 4 | 27 | 460 | 63 | 65 |
| Binary | 11000100 | 1001001 | 10111100 | 0 | 111111 | 100 | 10111 | 100110000 | 110011 | 110101 |
Color Harmonies of #C449BC
Complementary color
Monochromatic Colors of #C449BC
Black with #C449BC
Text Example
Text Example
White with #C449BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449BC; }
p { color: rgb(196,73,188); }
H1.HeaderClassName
{
color: #C449BC;
}
.AnyTagClassName
{
color: #C449BC;
}
</style>
background-color css
<style>
a { background-color: #C449BC; }
a { background-color: rgb(196,73,188); }
div.DivClassName
{
background-color: #C449BC;
}
.BgClassName
{
background-color: #C449BC;
}
</style>
border-color css
<style>
span { border-color: #C449BC; }
span { border-color: rgb(196,73,188); }
td.TdClassName
{
border-color: #C449BC;
}
.TagClassName
{
border-color: #C449BC;
}
</style>