Shades of Fuchsia #C249A7
Tints of Fuchsia #C249A7
RGB
CMYK
RGB Variations
Color information
#C249A7 (or 0xC249A7) is known color: Fuchsia. HEX triplet: C2, 49 and A7. RGB value is (194,73,167). Sum of RGB (Red+Green+Blue) = 194+73+167=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C249A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C249A7 is #3DB658. Grayscale: #777777. Windows color (decimal): -4044377 or 10963394. OLE color: 10963394.
HSL color Cylindrical-coordinate representation of color #C249A7: hue angle of 313.39º 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 #C249A7 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 167 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.24 |
| HSL | 313.39º | 0.5% | 0.52% | - |
| HSV(B) | 313.39º | 0.62% | 0.76% | - |
| XYZ | 31.61 | 19.02 | 38.57 | - |
| YUV | 119.9 | 154.59 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 167 | 0 | 0.62 | 0.14 | 0.24 | 313.39 | 0.5 | 0.52 |
| Hex | C2 | 49 | A7 | 0 | 3E | E | 18 | 139 | 32 | 34 |
| Octal | 302 | 111 | 247 | 0 | 76 | 16 | 30 | 471 | 62 | 64 |
| Binary | 11000010 | 1001001 | 10100111 | 0 | 111110 | 1110 | 11000 | 100111001 | 110010 | 110100 |
Color Harmonies of #C249A7
Complementary color
Monochromatic Colors of #C249A7
Black with #C249A7
Text Example
Text Example
White with #C249A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249A7; }
p { color: rgb(194,73,167); }
H1.HeaderClassName
{
color: #C249A7;
}
.AnyTagClassName
{
color: #C249A7;
}
</style>
background-color css
<style>
a { background-color: #C249A7; }
a { background-color: rgb(194,73,167); }
div.DivClassName
{
background-color: #C249A7;
}
.BgClassName
{
background-color: #C249A7;
}
</style>
border-color css
<style>
span { border-color: #C249A7; }
span { border-color: rgb(194,73,167); }
td.TdClassName
{
border-color: #C249A7;
}
.TagClassName
{
border-color: #C249A7;
}
</style>