Shades of Fuchsia #C244AC
Tints of Fuchsia #C244AC
RGB
CMYK
RGB Variations
Color information
#C244AC (or 0xC244AC) is known color: Fuchsia. HEX triplet: C2, 44 and AC. RGB value is (194,68,172). Sum of RGB (Red+Green+Blue) = 194+68+172=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C244AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C244AC is #3DBB53. Grayscale: #757575. Windows color (decimal): -4045652 or 11289794. OLE color: 11289794.
HSL color Cylindrical-coordinate representation of color #C244AC: hue angle of 310.48º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C244AC is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 172 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.24 |
| HSL | 310.48º | 0.51% | 0.51% | - |
| HSV(B) | 310.48º | 0.65% | 0.76% | - |
| XYZ | 31.76 | 18.58 | 40.94 | - |
| YUV | 117.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 172 | 0 | 0.65 | 0.11 | 0.24 | 310.48 | 0.51 | 0.51 |
| Hex | C2 | 44 | AC | 0 | 41 | B | 18 | 136 | 33 | 33 |
| Octal | 302 | 104 | 254 | 0 | 101 | 13 | 30 | 466 | 63 | 63 |
| Binary | 11000010 | 1000100 | 10101100 | 0 | 1000001 | 1011 | 11000 | 100110110 | 110011 | 110011 |
Color Harmonies of #C244AC
Complementary color
Monochromatic Colors of #C244AC
Black with #C244AC
Text Example
Text Example
White with #C244AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C244AC; }
p { color: rgb(194,68,172); }
H1.HeaderClassName
{
color: #C244AC;
}
.AnyTagClassName
{
color: #C244AC;
}
</style>
background-color css
<style>
a { background-color: #C244AC; }
a { background-color: rgb(194,68,172); }
div.DivClassName
{
background-color: #C244AC;
}
.BgClassName
{
background-color: #C244AC;
}
</style>
border-color css
<style>
span { border-color: #C244AC; }
span { border-color: rgb(194,68,172); }
td.TdClassName
{
border-color: #C244AC;
}
.TagClassName
{
border-color: #C244AC;
}
</style>