Shades of Fuchsia #C445AF
Tints of Fuchsia #C445AF
RGB
CMYK
RGB Variations
Color information
#C445AF (or 0xC445AF) is known color: Fuchsia. HEX triplet: C4, 45 and AF. RGB value is (196,69,175). Sum of RGB (Red+Green+Blue) = 196+69+175=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C445AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C445AF is #3BBA50. Grayscale: #767676. Windows color (decimal): -3914321 or 11486660. OLE color: 11486660.
HSL color Cylindrical-coordinate representation of color #C445AF: hue angle of 309.92º 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 #C445AF is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 175 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.23 |
| HSL | 309.92º | 0.52% | 0.52% | - |
| HSV(B) | 309.92º | 0.65% | 0.77% | - |
| XYZ | 32.63 | 19.09 | 42.52 | - |
| YUV | 119.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 175 | 0 | 0.65 | 0.11 | 0.23 | 309.92 | 0.52 | 0.52 |
| Hex | C4 | 45 | AF | 0 | 41 | B | 17 | 136 | 34 | 34 |
| Octal | 304 | 105 | 257 | 0 | 101 | 13 | 27 | 466 | 64 | 64 |
| Binary | 11000100 | 1000101 | 10101111 | 0 | 1000001 | 1011 | 10111 | 100110110 | 110100 | 110100 |
Color Harmonies of #C445AF
Complementary color
Monochromatic Colors of #C445AF
Black with #C445AF
Text Example
Text Example
White with #C445AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C445AF; }
p { color: rgb(196,69,175); }
H1.HeaderClassName
{
color: #C445AF;
}
.AnyTagClassName
{
color: #C445AF;
}
</style>
background-color css
<style>
a { background-color: #C445AF; }
a { background-color: rgb(196,69,175); }
div.DivClassName
{
background-color: #C445AF;
}
.BgClassName
{
background-color: #C445AF;
}
</style>
border-color css
<style>
span { border-color: #C445AF; }
span { border-color: rgb(196,69,175); }
td.TdClassName
{
border-color: #C445AF;
}
.TagClassName
{
border-color: #C445AF;
}
</style>