Shades of Fuchsia #C647C9
Tints of Fuchsia #C647C9
RGB
CMYK
RGB Variations
Color information
#C647C9 (or 0xC647C9) is known color: Fuchsia. HEX triplet: C6, 47 and C9. RGB value is (198,71,201). Sum of RGB (Red+Green+Blue) = 198+71+201=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #C647C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C647C9 is #39B836. Grayscale: #7B7B7B. Windows color (decimal): -3782711 or 13191110. OLE color: 13191110.
HSL color Cylindrical-coordinate representation of color #C647C9: hue angle of 298.62º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C647C9 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 71 | 201 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.21 |
| HSL | 298.62º | 0.55% | 0.53% | - |
| HSV(B) | 298.62º | 0.65% | 0.79% | - |
| XYZ | 36.08 | 20.73 | 57.36 | - |
| YUV | 123.79 | 171.58 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 201 | 0.01 | 0.65 | 0 | 0.21 | 298.62 | 0.55 | 0.53 |
| Hex | C6 | 47 | C9 | 1 | 41 | 0 | 15 | 12B | 37 | 35 |
| Octal | 306 | 107 | 311 | 1 | 101 | 0 | 25 | 453 | 67 | 65 |
| Binary | 11000110 | 1000111 | 11001001 | 1 | 1000001 | 0 | 10101 | 100101011 | 110111 | 110101 |
Color Harmonies of #C647C9
Complementary color
Monochromatic Colors of #C647C9
Black with #C647C9
Text Example
Text Example
White with #C647C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647C9; }
p { color: rgb(198,71,201); }
H1.HeaderClassName
{
color: #C647C9;
}
.AnyTagClassName
{
color: #C647C9;
}
</style>
background-color css
<style>
a { background-color: #C647C9; }
a { background-color: rgb(198,71,201); }
div.DivClassName
{
background-color: #C647C9;
}
.BgClassName
{
background-color: #C647C9;
}
</style>
border-color css
<style>
span { border-color: #C647C9; }
span { border-color: rgb(198,71,201); }
td.TdClassName
{
border-color: #C647C9;
}
.TagClassName
{
border-color: #C647C9;
}
</style>