Shades of Fuchsia #C647BD
Tints of Fuchsia #C647BD
RGB
CMYK
RGB Variations
Color information
#C647BD (or 0xC647BD) is known color: Fuchsia. HEX triplet: C6, 47 and BD. RGB value is (198,71,189). Sum of RGB (Red+Green+Blue) = 198+71+189=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C647BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C647BD is #39B842. Grayscale: #7A7A7A. Windows color (decimal): -3782723 or 12404678. OLE color: 12404678.
HSL color Cylindrical-coordinate representation of color #C647BD: hue angle of 304.25º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C647BD is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 189 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.22 |
| HSL | 304.25º | 0.53% | 0.53% | - |
| HSV(B) | 304.25º | 0.64% | 0.78% | - |
| XYZ | 34.73 | 20.19 | 50.21 | - |
| YUV | 122.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 189 | 0 | 0.64 | 0.05 | 0.22 | 304.25 | 0.53 | 0.53 |
| Hex | C6 | 47 | BD | 0 | 40 | 5 | 16 | 130 | 35 | 35 |
| Octal | 306 | 107 | 275 | 0 | 100 | 5 | 26 | 460 | 65 | 65 |
| Binary | 11000110 | 1000111 | 10111101 | 0 | 1000000 | 101 | 10110 | 100110000 | 110101 | 110101 |
Color Harmonies of #C647BD
Complementary color
Monochromatic Colors of #C647BD
Black with #C647BD
Text Example
Text Example
White with #C647BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647BD; }
p { color: rgb(198,71,189); }
H1.HeaderClassName
{
color: #C647BD;
}
.AnyTagClassName
{
color: #C647BD;
}
</style>
background-color css
<style>
a { background-color: #C647BD; }
a { background-color: rgb(198,71,189); }
div.DivClassName
{
background-color: #C647BD;
}
.BgClassName
{
background-color: #C647BD;
}
</style>
border-color css
<style>
span { border-color: #C647BD; }
span { border-color: rgb(198,71,189); }
td.TdClassName
{
border-color: #C647BD;
}
.TagClassName
{
border-color: #C647BD;
}
</style>