Shades of Fuchsia #C249AA
Tints of Fuchsia #C249AA
RGB
CMYK
RGB Variations
Color information
#C249AA (or 0xC249AA) is known color: Fuchsia. HEX triplet: C2, 49 and AA. RGB value is (194,73,170). Sum of RGB (Red+Green+Blue) = 194+73+170=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C249AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C249AA is #3DB655. Grayscale: #777777. Windows color (decimal): -4044374 or 11160002. OLE color: 11160002.
HSL color Cylindrical-coordinate representation of color #C249AA: hue angle of 311.9º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C249AA is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 170 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.24 |
| HSL | 311.9º | 0.5% | 0.52% | - |
| HSV(B) | 311.9º | 0.62% | 0.76% | - |
| XYZ | 31.89 | 19.14 | 40.04 | - |
| YUV | 120.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 170 | 0 | 0.62 | 0.12 | 0.24 | 311.9 | 0.5 | 0.52 |
| Hex | C2 | 49 | AA | 0 | 3E | C | 18 | 138 | 32 | 34 |
| Octal | 302 | 111 | 252 | 0 | 76 | 14 | 30 | 470 | 62 | 64 |
| Binary | 11000010 | 1001001 | 10101010 | 0 | 111110 | 1100 | 11000 | 100111000 | 110010 | 110100 |
Color Harmonies of #C249AA
Complementary color
Monochromatic Colors of #C249AA
Black with #C249AA
Text Example
Text Example
White with #C249AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249AA; }
p { color: rgb(194,73,170); }
H1.HeaderClassName
{
color: #C249AA;
}
.AnyTagClassName
{
color: #C249AA;
}
</style>
background-color css
<style>
a { background-color: #C249AA; }
a { background-color: rgb(194,73,170); }
div.DivClassName
{
background-color: #C249AA;
}
.BgClassName
{
background-color: #C249AA;
}
</style>
border-color css
<style>
span { border-color: #C249AA; }
span { border-color: rgb(194,73,170); }
td.TdClassName
{
border-color: #C249AA;
}
.TagClassName
{
border-color: #C249AA;
}
</style>