Shades of Fuchsia #C249AB
Tints of Fuchsia #C249AB
RGB
CMYK
RGB Variations
Color information
#C249AB (or 0xC249AB) is known color: Fuchsia. HEX triplet: C2, 49 and AB. RGB value is (194,73,171). Sum of RGB (Red+Green+Blue) = 194+73+171=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C249AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C249AB is #3DB654. Grayscale: #787878. Windows color (decimal): -4044373 or 11225538. OLE color: 11225538.
HSL color Cylindrical-coordinate representation of color #C249AB: hue angle of 311.4º 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 #C249AB is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 171 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.24 |
| HSL | 311.41º | 0.5% | 0.52% | - |
| HSV(B) | 311.41º | 0.62% | 0.76% | - |
| XYZ | 31.98 | 19.17 | 40.54 | - |
| YUV | 120.35 | 156.59 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 171 | 0 | 0.62 | 0.12 | 0.24 | 311.41 | 0.5 | 0.52 |
| Hex | C2 | 49 | AB | 0 | 3E | C | 18 | 137 | 32 | 34 |
| Octal | 302 | 111 | 253 | 0 | 76 | 14 | 30 | 467 | 62 | 64 |
| Binary | 11000010 | 1001001 | 10101011 | 0 | 111110 | 1100 | 11000 | 100110111 | 110010 | 110100 |
Color Harmonies of #C249AB
Complementary color
Monochromatic Colors of #C249AB
Black with #C249AB
Text Example
Text Example
White with #C249AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249AB; }
p { color: rgb(194,73,171); }
H1.HeaderClassName
{
color: #C249AB;
}
.AnyTagClassName
{
color: #C249AB;
}
</style>
background-color css
<style>
a { background-color: #C249AB; }
a { background-color: rgb(194,73,171); }
div.DivClassName
{
background-color: #C249AB;
}
.BgClassName
{
background-color: #C249AB;
}
</style>
border-color css
<style>
span { border-color: #C249AB; }
span { border-color: rgb(194,73,171); }
td.TdClassName
{
border-color: #C249AB;
}
.TagClassName
{
border-color: #C249AB;
}
</style>