Shades of Fuchsia #C445AD
Tints of Fuchsia #C445AD
RGB
CMYK
RGB Variations
Color information
#C445AD (or 0xC445AD) is known color: Fuchsia. HEX triplet: C4, 45 and AD. RGB value is (196,69,173). Sum of RGB (Red+Green+Blue) = 196+69+173=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C445AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C445AD is #3BBA52. Grayscale: #767676. Windows color (decimal): -3914323 or 11355588. OLE color: 11355588.
HSL color Cylindrical-coordinate representation of color #C445AD: hue angle of 310.87º 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 #C445AD is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 173 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.23 |
| HSL | 310.87º | 0.52% | 0.52% | - |
| HSV(B) | 310.87º | 0.65% | 0.77% | - |
| XYZ | 32.44 | 19.01 | 41.49 | - |
| YUV | 118.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 173 | 0 | 0.65 | 0.12 | 0.23 | 310.87 | 0.52 | 0.52 |
| Hex | C4 | 45 | AD | 0 | 41 | C | 17 | 137 | 34 | 34 |
| Octal | 304 | 105 | 255 | 0 | 101 | 14 | 27 | 467 | 64 | 64 |
| Binary | 11000100 | 1000101 | 10101101 | 0 | 1000001 | 1100 | 10111 | 100110111 | 110100 | 110100 |
Color Harmonies of #C445AD
Complementary color
Monochromatic Colors of #C445AD
Black with #C445AD
Text Example
Text Example
White with #C445AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C445AD; }
p { color: rgb(196,69,173); }
H1.HeaderClassName
{
color: #C445AD;
}
.AnyTagClassName
{
color: #C445AD;
}
</style>
background-color css
<style>
a { background-color: #C445AD; }
a { background-color: rgb(196,69,173); }
div.DivClassName
{
background-color: #C445AD;
}
.BgClassName
{
background-color: #C445AD;
}
</style>
border-color css
<style>
span { border-color: #C445AD; }
span { border-color: rgb(196,69,173); }
td.TdClassName
{
border-color: #C445AD;
}
.TagClassName
{
border-color: #C445AD;
}
</style>