Shades of Fuchsia #C247A8
Tints of Fuchsia #C247A8
RGB
CMYK
RGB Variations
Color information
#C247A8 (or 0xC247A8) is known color: Fuchsia. HEX triplet: C2, 47 and A8. RGB value is (194,71,168). Sum of RGB (Red+Green+Blue) = 194+71+168=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C247A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C247A8 is #3DB857. Grayscale: #767676. Windows color (decimal): -4044888 or 11028418. OLE color: 11028418.
HSL color Cylindrical-coordinate representation of color #C247A8: hue angle of 312.68º 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 #C247A8 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 168 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.24 |
| HSL | 312.68º | 0.5% | 0.52% | - |
| HSV(B) | 312.68º | 0.63% | 0.76% | - |
| XYZ | 31.57 | 18.8 | 39.01 | - |
| YUV | 118.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 168 | 0 | 0.63 | 0.13 | 0.24 | 312.68 | 0.5 | 0.52 |
| Hex | C2 | 47 | A8 | 0 | 3F | D | 18 | 139 | 32 | 34 |
| Octal | 302 | 107 | 250 | 0 | 77 | 15 | 30 | 471 | 62 | 64 |
| Binary | 11000010 | 1000111 | 10101000 | 0 | 111111 | 1101 | 11000 | 100111001 | 110010 | 110100 |
Color Harmonies of #C247A8
Complementary color
Monochromatic Colors of #C247A8
Black with #C247A8
Text Example
Text Example
White with #C247A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C247A8; }
p { color: rgb(194,71,168); }
H1.HeaderClassName
{
color: #C247A8;
}
.AnyTagClassName
{
color: #C247A8;
}
</style>
background-color css
<style>
a { background-color: #C247A8; }
a { background-color: rgb(194,71,168); }
div.DivClassName
{
background-color: #C247A8;
}
.BgClassName
{
background-color: #C247A8;
}
</style>
border-color css
<style>
span { border-color: #C247A8; }
span { border-color: rgb(194,71,168); }
td.TdClassName
{
border-color: #C247A8;
}
.TagClassName
{
border-color: #C247A8;
}
</style>