Shades of Fuchsia #C446AA
Tints of Fuchsia #C446AA
RGB
CMYK
RGB Variations
Color information
#C446AA (or 0xC446AA) is known color: Fuchsia. HEX triplet: C4, 46 and AA. RGB value is (196,70,170). Sum of RGB (Red+Green+Blue) = 196+70+170=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C446AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C446AA is #3BB955. Grayscale: #767676. Windows color (decimal): -3914070 or 11159236. OLE color: 11159236.
HSL color Cylindrical-coordinate representation of color #C446AA: hue angle of 312.38º 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 #C446AA is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 170 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.23 |
| HSL | 312.38º | 0.52% | 0.52% | - |
| HSV(B) | 312.38º | 0.64% | 0.77% | - |
| XYZ | 32.21 | 19.02 | 40 | - |
| YUV | 119.07 | 156.74 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 170 | 0 | 0.64 | 0.13 | 0.23 | 312.38 | 0.52 | 0.52 |
| Hex | C4 | 46 | AA | 0 | 40 | D | 17 | 138 | 34 | 34 |
| Octal | 304 | 106 | 252 | 0 | 100 | 15 | 27 | 470 | 64 | 64 |
| Binary | 11000100 | 1000110 | 10101010 | 0 | 1000000 | 1101 | 10111 | 100111000 | 110100 | 110100 |
Color Harmonies of #C446AA
Complementary color
Monochromatic Colors of #C446AA
Black with #C446AA
Text Example
Text Example
White with #C446AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C446AA; }
p { color: rgb(196,70,170); }
H1.HeaderClassName
{
color: #C446AA;
}
.AnyTagClassName
{
color: #C446AA;
}
</style>
background-color css
<style>
a { background-color: #C446AA; }
a { background-color: rgb(196,70,170); }
div.DivClassName
{
background-color: #C446AA;
}
.BgClassName
{
background-color: #C446AA;
}
</style>
border-color css
<style>
span { border-color: #C446AA; }
span { border-color: rgb(196,70,170); }
td.TdClassName
{
border-color: #C446AA;
}
.TagClassName
{
border-color: #C446AA;
}
</style>