Shades of Fuchsia #C445BA
Tints of Fuchsia #C445BA
RGB
CMYK
RGB Variations
Color information
#C445BA (or 0xC445BA) is known color: Fuchsia. HEX triplet: C4, 45 and BA. RGB value is (196,69,186). Sum of RGB (Red+Green+Blue) = 196+69+186=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C445BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C445BA is #3BBA45. Grayscale: #777777. Windows color (decimal): -3914310 or 12207556. OLE color: 12207556.
HSL color Cylindrical-coordinate representation of color #C445BA: hue angle of 304.72º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C445BA is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 186 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.23 |
| HSL | 304.72º | 0.52% | 0.52% | - |
| HSV(B) | 304.72º | 0.65% | 0.77% | - |
| XYZ | 33.76 | 19.54 | 48.45 | - |
| YUV | 120.31 | 165.08 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 186 | 0 | 0.65 | 0.05 | 0.23 | 304.72 | 0.52 | 0.52 |
| Hex | C4 | 45 | BA | 0 | 41 | 5 | 17 | 131 | 34 | 34 |
| Octal | 304 | 105 | 272 | 0 | 101 | 5 | 27 | 461 | 64 | 64 |
| Binary | 11000100 | 1000101 | 10111010 | 0 | 1000001 | 101 | 10111 | 100110001 | 110100 | 110100 |
Color Harmonies of #C445BA
Complementary color
Monochromatic Colors of #C445BA
Black with #C445BA
Text Example
Text Example
White with #C445BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C445BA; }
p { color: rgb(196,69,186); }
H1.HeaderClassName
{
color: #C445BA;
}
.AnyTagClassName
{
color: #C445BA;
}
</style>
background-color css
<style>
a { background-color: #C445BA; }
a { background-color: rgb(196,69,186); }
div.DivClassName
{
background-color: #C445BA;
}
.BgClassName
{
background-color: #C445BA;
}
</style>
border-color css
<style>
span { border-color: #C445BA; }
span { border-color: rgb(196,69,186); }
td.TdClassName
{
border-color: #C445BA;
}
.TagClassName
{
border-color: #C445BA;
}
</style>