Shades of Fuchsia #C247A7
Tints of Fuchsia #C247A7
RGB
CMYK
RGB Variations
Color information
#C247A7 (or 0xC247A7) is known color: Fuchsia. HEX triplet: C2, 47 and A7. RGB value is (194,71,167). Sum of RGB (Red+Green+Blue) = 194+71+167=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C247A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C247A7 is #3DB858. Grayscale: #767676. Windows color (decimal): -4044889 or 10962882. OLE color: 10962882.
HSL color Cylindrical-coordinate representation of color #C247A7: hue angle of 313.17º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C247A7 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 167 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.24 |
| HSL | 313.17º | 0.5% | 0.52% | - |
| HSV(B) | 313.17º | 0.63% | 0.76% | - |
| XYZ | 31.48 | 18.77 | 38.52 | - |
| YUV | 118.72 | 155.25 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 167 | 0 | 0.63 | 0.14 | 0.24 | 313.17 | 0.5 | 0.52 |
| Hex | C2 | 47 | A7 | 0 | 3F | E | 18 | 139 | 32 | 34 |
| Octal | 302 | 107 | 247 | 0 | 77 | 16 | 30 | 471 | 62 | 64 |
| Binary | 11000010 | 1000111 | 10100111 | 0 | 111111 | 1110 | 11000 | 100111001 | 110010 | 110100 |
Color Harmonies of #C247A7
Complementary color
Monochromatic Colors of #C247A7
Black with #C247A7
Text Example
Text Example
White with #C247A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C247A7; }
p { color: rgb(194,71,167); }
H1.HeaderClassName
{
color: #C247A7;
}
.AnyTagClassName
{
color: #C247A7;
}
</style>
background-color css
<style>
a { background-color: #C247A7; }
a { background-color: rgb(194,71,167); }
div.DivClassName
{
background-color: #C247A7;
}
.BgClassName
{
background-color: #C247A7;
}
</style>
border-color css
<style>
span { border-color: #C247A7; }
span { border-color: rgb(194,71,167); }
td.TdClassName
{
border-color: #C247A7;
}
.TagClassName
{
border-color: #C247A7;
}
</style>