Shades of Fuchsia #C442AF
Tints of Fuchsia #C442AF
RGB
CMYK
RGB Variations
Color information
#C442AF (or 0xC442AF) is known color: Fuchsia. HEX triplet: C4, 42 and AF. RGB value is (196,66,175). Sum of RGB (Red+Green+Blue) = 196+66+175=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C442AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C442AF is #3BBD50. Grayscale: #747474. Windows color (decimal): -3915089 or 11485892. OLE color: 11485892.
HSL color Cylindrical-coordinate representation of color #C442AF: hue angle of 309.69º 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 #C442AF is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 175 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.23 |
| HSL | 309.69º | 0.52% | 0.51% | - |
| HSV(B) | 309.69º | 0.66% | 0.77% | - |
| XYZ | 32.45 | 18.73 | 42.46 | - |
| YUV | 117.3 | 160.57 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 175 | 0 | 0.66 | 0.11 | 0.23 | 309.69 | 0.52 | 0.51 |
| Hex | C4 | 42 | AF | 0 | 42 | B | 17 | 136 | 34 | 33 |
| Octal | 304 | 102 | 257 | 0 | 102 | 13 | 27 | 466 | 64 | 63 |
| Binary | 11000100 | 1000010 | 10101111 | 0 | 1000010 | 1011 | 10111 | 100110110 | 110100 | 110011 |
Color Harmonies of #C442AF
Complementary color
Monochromatic Colors of #C442AF
Black with #C442AF
Text Example
Text Example
White with #C442AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C442AF; }
p { color: rgb(196,66,175); }
H1.HeaderClassName
{
color: #C442AF;
}
.AnyTagClassName
{
color: #C442AF;
}
</style>
background-color css
<style>
a { background-color: #C442AF; }
a { background-color: rgb(196,66,175); }
div.DivClassName
{
background-color: #C442AF;
}
.BgClassName
{
background-color: #C442AF;
}
</style>
border-color css
<style>
span { border-color: #C442AF; }
span { border-color: rgb(196,66,175); }
td.TdClassName
{
border-color: #C442AF;
}
.TagClassName
{
border-color: #C442AF;
}
</style>