Shades of Fuchsia #C247B3
Tints of Fuchsia #C247B3
RGB
CMYK
RGB Variations
Color information
#C247B3 (or 0xC247B3) is known color: Fuchsia. HEX triplet: C2, 47 and B3. RGB value is (194,71,179). Sum of RGB (Red+Green+Blue) = 194+71+179=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C247B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247B3 is #3DB84C. Grayscale: #777777. Windows color (decimal): -4044877 or 11749314. OLE color: 11749314.
HSL color Cylindrical-coordinate representation of color #C247B3: hue angle of 307.32º 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 #C247B3 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 179 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.24 |
| HSL | 307.32º | 0.5% | 0.52% | - |
| HSV(B) | 307.32º | 0.63% | 0.76% | - |
| XYZ | 32.64 | 19.23 | 44.64 | - |
| YUV | 120.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 179 | 0 | 0.63 | 0.08 | 0.24 | 307.32 | 0.5 | 0.52 |
| Hex | C2 | 47 | B3 | 0 | 3F | 8 | 18 | 133 | 32 | 34 |
| Octal | 302 | 107 | 263 | 0 | 77 | 10 | 30 | 463 | 62 | 64 |
| Binary | 11000010 | 1000111 | 10110011 | 0 | 111111 | 1000 | 11000 | 100110011 | 110010 | 110100 |
Color Harmonies of #C247B3
Complementary color
Monochromatic Colors of #C247B3
Black with #C247B3
Text Example
Text Example
White with #C247B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C247B3; }
p { color: rgb(194,71,179); }
H1.HeaderClassName
{
color: #C247B3;
}
.AnyTagClassName
{
color: #C247B3;
}
</style>
background-color css
<style>
a { background-color: #C247B3; }
a { background-color: rgb(194,71,179); }
div.DivClassName
{
background-color: #C247B3;
}
.BgClassName
{
background-color: #C247B3;
}
</style>
border-color css
<style>
span { border-color: #C247B3; }
span { border-color: rgb(194,71,179); }
td.TdClassName
{
border-color: #C247B3;
}
.TagClassName
{
border-color: #C247B3;
}
</style>