Shades of Fuchsia #C244AA
Tints of Fuchsia #C244AA
RGB
CMYK
RGB Variations
Color information
#C244AA (or 0xC244AA) is known color: Fuchsia. HEX triplet: C2, 44 and AA. RGB value is (194,68,170). Sum of RGB (Red+Green+Blue) = 194+68+170=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C244AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C244AA is #3DBB55. Grayscale: #757575. Windows color (decimal): -4045654 or 11158722. OLE color: 11158722.
HSL color Cylindrical-coordinate representation of color #C244AA: hue angle of 311.43º 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 #C244AA is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 170 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.24 |
| HSL | 311.43º | 0.51% | 0.51% | - |
| HSV(B) | 311.43º | 0.65% | 0.76% | - |
| XYZ | 31.57 | 18.51 | 39.94 | - |
| YUV | 117.3 | 157.74 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 170 | 0 | 0.65 | 0.12 | 0.24 | 311.43 | 0.51 | 0.51 |
| Hex | C2 | 44 | AA | 0 | 41 | C | 18 | 137 | 33 | 33 |
| Octal | 302 | 104 | 252 | 0 | 101 | 14 | 30 | 467 | 63 | 63 |
| Binary | 11000010 | 1000100 | 10101010 | 0 | 1000001 | 1100 | 11000 | 100110111 | 110011 | 110011 |
Color Harmonies of #C244AA
Complementary color
Monochromatic Colors of #C244AA
Black with #C244AA
Text Example
Text Example
White with #C244AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C244AA; }
p { color: rgb(194,68,170); }
H1.HeaderClassName
{
color: #C244AA;
}
.AnyTagClassName
{
color: #C244AA;
}
</style>
background-color css
<style>
a { background-color: #C244AA; }
a { background-color: rgb(194,68,170); }
div.DivClassName
{
background-color: #C244AA;
}
.BgClassName
{
background-color: #C244AA;
}
</style>
border-color css
<style>
span { border-color: #C244AA; }
span { border-color: rgb(194,68,170); }
td.TdClassName
{
border-color: #C244AA;
}
.TagClassName
{
border-color: #C244AA;
}
</style>