Shades of Fuchsia #C646BB
Tints of Fuchsia #C646BB
RGB
CMYK
RGB Variations
Color information
#C646BB (or 0xC646BB) is known color: Fuchsia. HEX triplet: C6, 46 and BB. RGB value is (198,70,187). Sum of RGB (Red+Green+Blue) = 198+70+187=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C646BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646BB is #39B944. Grayscale: #797979. Windows color (decimal): -3782981 or 12273350. OLE color: 12273350.
HSL color Cylindrical-coordinate representation of color #C646BB: hue angle of 305.16º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C646BB is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 187 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.22 |
| HSL | 305.16º | 0.53% | 0.53% | - |
| HSV(B) | 305.16º | 0.65% | 0.78% | - |
| XYZ | 34.45 | 19.97 | 49.05 | - |
| YUV | 121.61 | 164.91 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 187 | 0 | 0.65 | 0.06 | 0.22 | 305.16 | 0.53 | 0.53 |
| Hex | C6 | 46 | BB | 0 | 41 | 6 | 16 | 131 | 35 | 35 |
| Octal | 306 | 106 | 273 | 0 | 101 | 6 | 26 | 461 | 65 | 65 |
| Binary | 11000110 | 1000110 | 10111011 | 0 | 1000001 | 110 | 10110 | 100110001 | 110101 | 110101 |
Color Harmonies of #C646BB
Complementary color
Monochromatic Colors of #C646BB
Black with #C646BB
Text Example
Text Example
White with #C646BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C646BB; }
p { color: rgb(198,70,187); }
H1.HeaderClassName
{
color: #C646BB;
}
.AnyTagClassName
{
color: #C646BB;
}
</style>
background-color css
<style>
a { background-color: #C646BB; }
a { background-color: rgb(198,70,187); }
div.DivClassName
{
background-color: #C646BB;
}
.BgClassName
{
background-color: #C646BB;
}
</style>
border-color css
<style>
span { border-color: #C646BB; }
span { border-color: rgb(198,70,187); }
td.TdClassName
{
border-color: #C646BB;
}
.TagClassName
{
border-color: #C646BB;
}
</style>