Shades of Fuchsia #C247B6
Tints of Fuchsia #C247B6
RGB
CMYK
RGB Variations
Color information
#C247B6 (or 0xC247B6) is known color: Fuchsia. HEX triplet: C2, 47 and B6. RGB value is (194,71,182). Sum of RGB (Red+Green+Blue) = 194+71+182=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C247B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247B6 is #3DB849. Grayscale: #787878. Windows color (decimal): -4044874 or 11945922. OLE color: 11945922.
HSL color Cylindrical-coordinate representation of color #C247B6: hue angle of 305.85º 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 #C247B6 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 182 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.24 |
| HSL | 305.85º | 0.5% | 0.52% | - |
| HSV(B) | 305.85º | 0.63% | 0.76% | - |
| XYZ | 32.94 | 19.35 | 46.26 | - |
| YUV | 120.43 | 162.75 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 182 | 0 | 0.63 | 0.06 | 0.24 | 305.85 | 0.5 | 0.52 |
| Hex | C2 | 47 | B6 | 0 | 3F | 6 | 18 | 132 | 32 | 34 |
| Octal | 302 | 107 | 266 | 0 | 77 | 6 | 30 | 462 | 62 | 64 |
| Binary | 11000010 | 1000111 | 10110110 | 0 | 111111 | 110 | 11000 | 100110010 | 110010 | 110100 |
Color Harmonies of #C247B6
Complementary color
Monochromatic Colors of #C247B6
Black with #C247B6
Text Example
Text Example
White with #C247B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C247B6; }
p { color: rgb(194,71,182); }
H1.HeaderClassName
{
color: #C247B6;
}
.AnyTagClassName
{
color: #C247B6;
}
</style>
background-color css
<style>
a { background-color: #C247B6; }
a { background-color: rgb(194,71,182); }
div.DivClassName
{
background-color: #C247B6;
}
.BgClassName
{
background-color: #C247B6;
}
</style>
border-color css
<style>
span { border-color: #C247B6; }
span { border-color: rgb(194,71,182); }
td.TdClassName
{
border-color: #C247B6;
}
.TagClassName
{
border-color: #C247B6;
}
</style>