Shades of Fuchsia #C447BC
Tints of Fuchsia #C447BC
RGB
CMYK
RGB Variations
Color information
#C447BC (or 0xC447BC) is known color: Fuchsia. HEX triplet: C4, 47 and BC. RGB value is (196,71,188). Sum of RGB (Red+Green+Blue) = 196+71+188=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C447BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C447BC is #3BB843. Grayscale: #797979. Windows color (decimal): -3913796 or 12339140. OLE color: 12339140.
HSL color Cylindrical-coordinate representation of color #C447BC: hue angle of 303.84º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C447BC is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 188 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.23 |
| HSL | 303.84º | 0.51% | 0.52% | - |
| HSV(B) | 303.84º | 0.64% | 0.77% | - |
| XYZ | 34.1 | 19.87 | 49.62 | - |
| YUV | 121.71 | 165.41 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 188 | 0 | 0.64 | 0.04 | 0.23 | 303.84 | 0.51 | 0.52 |
| Hex | C4 | 47 | BC | 0 | 40 | 4 | 17 | 130 | 33 | 34 |
| Octal | 304 | 107 | 274 | 0 | 100 | 4 | 27 | 460 | 63 | 64 |
| Binary | 11000100 | 1000111 | 10111100 | 0 | 1000000 | 100 | 10111 | 100110000 | 110011 | 110100 |
Color Harmonies of #C447BC
Complementary color
Monochromatic Colors of #C447BC
Black with #C447BC
Text Example
Text Example
White with #C447BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C447BC; }
p { color: rgb(196,71,188); }
H1.HeaderClassName
{
color: #C447BC;
}
.AnyTagClassName
{
color: #C447BC;
}
</style>
background-color css
<style>
a { background-color: #C447BC; }
a { background-color: rgb(196,71,188); }
div.DivClassName
{
background-color: #C447BC;
}
.BgClassName
{
background-color: #C447BC;
}
</style>
border-color css
<style>
span { border-color: #C447BC; }
span { border-color: rgb(196,71,188); }
td.TdClassName
{
border-color: #C447BC;
}
.TagClassName
{
border-color: #C447BC;
}
</style>