Shades of Fuchsia #C446BC
Tints of Fuchsia #C446BC
RGB
CMYK
RGB Variations
Color information
#C446BC (or 0xC446BC) is known color: Fuchsia. HEX triplet: C4, 46 and BC. RGB value is (196,70,188). Sum of RGB (Red+Green+Blue) = 196+70+188=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C446BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446BC is #3BB943. Grayscale: #787878. Windows color (decimal): -3914052 or 12338884. OLE color: 12338884.
HSL color Cylindrical-coordinate representation of color #C446BC: hue angle of 303.81º degrees, saturation: 0.52, 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 #C446BC is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 188 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.23 |
| HSL | 303.81º | 0.52% | 0.52% | - |
| HSV(B) | 303.81º | 0.64% | 0.77% | - |
| XYZ | 34.03 | 19.75 | 49.59 | - |
| YUV | 121.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 188 | 0 | 0.64 | 0.04 | 0.23 | 303.81 | 0.52 | 0.52 |
| Hex | C4 | 46 | BC | 0 | 40 | 4 | 17 | 130 | 34 | 34 |
| Octal | 304 | 106 | 274 | 0 | 100 | 4 | 27 | 460 | 64 | 64 |
| Binary | 11000100 | 1000110 | 10111100 | 0 | 1000000 | 100 | 10111 | 100110000 | 110100 | 110100 |
Color Harmonies of #C446BC
Complementary color
Monochromatic Colors of #C446BC
Black with #C446BC
Text Example
Text Example
White with #C446BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C446BC; }
p { color: rgb(196,70,188); }
H1.HeaderClassName
{
color: #C446BC;
}
.AnyTagClassName
{
color: #C446BC;
}
</style>
background-color css
<style>
a { background-color: #C446BC; }
a { background-color: rgb(196,70,188); }
div.DivClassName
{
background-color: #C446BC;
}
.BgClassName
{
background-color: #C446BC;
}
</style>
border-color css
<style>
span { border-color: #C446BC; }
span { border-color: rgb(196,70,188); }
td.TdClassName
{
border-color: #C446BC;
}
.TagClassName
{
border-color: #C446BC;
}
</style>