Shades of Fuchsia #C442AC
Tints of Fuchsia #C442AC
RGB
CMYK
RGB Variations
Color information
#C442AC (or 0xC442AC) is known color: Fuchsia. HEX triplet: C4, 42 and AC. RGB value is (196,66,172). Sum of RGB (Red+Green+Blue) = 196+66+172=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C442AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C442AC is #3BBD53. Grayscale: #747474. Windows color (decimal): -3915092 or 11289284. OLE color: 11289284.
HSL color Cylindrical-coordinate representation of color #C442AC: hue angle of 311.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C442AC is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 172 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.23 |
| HSL | 311.08º | 0.52% | 0.51% | - |
| HSV(B) | 311.08º | 0.66% | 0.77% | - |
| XYZ | 32.16 | 18.61 | 40.93 | - |
| YUV | 116.95 | 159.07 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 172 | 0 | 0.66 | 0.12 | 0.23 | 311.08 | 0.52 | 0.51 |
| Hex | C4 | 42 | AC | 0 | 42 | C | 17 | 137 | 34 | 33 |
| Octal | 304 | 102 | 254 | 0 | 102 | 14 | 27 | 467 | 64 | 63 |
| Binary | 11000100 | 1000010 | 10101100 | 0 | 1000010 | 1100 | 10111 | 100110111 | 110100 | 110011 |
Color Harmonies of #C442AC
Complementary color
Monochromatic Colors of #C442AC
Black with #C442AC
Text Example
Text Example
White with #C442AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C442AC; }
p { color: rgb(196,66,172); }
H1.HeaderClassName
{
color: #C442AC;
}
.AnyTagClassName
{
color: #C442AC;
}
</style>
background-color css
<style>
a { background-color: #C442AC; }
a { background-color: rgb(196,66,172); }
div.DivClassName
{
background-color: #C442AC;
}
.BgClassName
{
background-color: #C442AC;
}
</style>
border-color css
<style>
span { border-color: #C442AC; }
span { border-color: rgb(196,66,172); }
td.TdClassName
{
border-color: #C442AC;
}
.TagClassName
{
border-color: #C442AC;
}
</style>