Shades of Fuchsia #C649BB
Tints of Fuchsia #C649BB
RGB
CMYK
RGB Variations
Color information
#C649BB (or 0xC649BB) is known color: Fuchsia. HEX triplet: C6, 49 and BB. RGB value is (198,73,187). Sum of RGB (Red+Green+Blue) = 198+73+187=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C649BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649BB is #39B644. Grayscale: #7B7B7B. Windows color (decimal): -3782213 or 12274118. OLE color: 12274118.
HSL color Cylindrical-coordinate representation of color #C649BB: hue angle of 305.28º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C649BB is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 187 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.22 |
| HSL | 305.28º | 0.52% | 0.53% | - |
| HSV(B) | 305.28º | 0.63% | 0.78% | - |
| XYZ | 34.64 | 20.36 | 49.12 | - |
| YUV | 123.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 187 | 0 | 0.63 | 0.06 | 0.22 | 305.28 | 0.52 | 0.53 |
| Hex | C6 | 49 | BB | 0 | 3F | 6 | 16 | 131 | 34 | 35 |
| Octal | 306 | 111 | 273 | 0 | 77 | 6 | 26 | 461 | 64 | 65 |
| Binary | 11000110 | 1001001 | 10111011 | 0 | 111111 | 110 | 10110 | 100110001 | 110100 | 110101 |
Color Harmonies of #C649BB
Complementary color
Monochromatic Colors of #C649BB
Black with #C649BB
Text Example
Text Example
White with #C649BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C649BB; }
p { color: rgb(198,73,187); }
H1.HeaderClassName
{
color: #C649BB;
}
.AnyTagClassName
{
color: #C649BB;
}
</style>
background-color css
<style>
a { background-color: #C649BB; }
a { background-color: rgb(198,73,187); }
div.DivClassName
{
background-color: #C649BB;
}
.BgClassName
{
background-color: #C649BB;
}
</style>
border-color css
<style>
span { border-color: #C649BB; }
span { border-color: rgb(198,73,187); }
td.TdClassName
{
border-color: #C649BB;
}
.TagClassName
{
border-color: #C649BB;
}
</style>