Shades of Fuchsia #C247AF
Tints of Fuchsia #C247AF
RGB
CMYK
RGB Variations
Color information
#C247AF (or 0xC247AF) is known color: Fuchsia. HEX triplet: C2, 47 and AF. RGB value is (194,71,175). Sum of RGB (Red+Green+Blue) = 194+71+175=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C247AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C247AF is #3DB850. Grayscale: #777777. Windows color (decimal): -4044881 or 11487170. OLE color: 11487170.
HSL color Cylindrical-coordinate representation of color #C247AF: hue angle of 309.27º 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 #C247AF is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 175 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.24 |
| HSL | 309.27º | 0.5% | 0.52% | - |
| HSV(B) | 309.27º | 0.63% | 0.76% | - |
| XYZ | 32.24 | 19.07 | 42.54 | - |
| YUV | 119.63 | 159.25 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 175 | 0 | 0.63 | 0.10 | 0.24 | 309.27 | 0.5 | 0.52 |
| Hex | C2 | 47 | AF | 0 | 3F | A | 18 | 135 | 32 | 34 |
| Octal | 302 | 107 | 257 | 0 | 77 | 12 | 30 | 465 | 62 | 64 |
| Binary | 11000010 | 1000111 | 10101111 | 0 | 111111 | 1010 | 11000 | 100110101 | 110010 | 110100 |
Color Harmonies of #C247AF
Complementary color
Monochromatic Colors of #C247AF
Black with #C247AF
Text Example
Text Example
White with #C247AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C247AF; }
p { color: rgb(194,71,175); }
H1.HeaderClassName
{
color: #C247AF;
}
.AnyTagClassName
{
color: #C247AF;
}
</style>
background-color css
<style>
a { background-color: #C247AF; }
a { background-color: rgb(194,71,175); }
div.DivClassName
{
background-color: #C247AF;
}
.BgClassName
{
background-color: #C247AF;
}
</style>
border-color css
<style>
span { border-color: #C247AF; }
span { border-color: rgb(194,71,175); }
td.TdClassName
{
border-color: #C247AF;
}
.TagClassName
{
border-color: #C247AF;
}
</style>