Shades of Fuchsia #C649B8
Tints of Fuchsia #C649B8
RGB
CMYK
RGB Variations
Color information
#C649B8 (or 0xC649B8) is known color: Fuchsia. HEX triplet: C6, 49 and B8. RGB value is (198,73,184). Sum of RGB (Red+Green+Blue) = 198+73+184=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C649B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649B8 is #39B647. Grayscale: #7A7A7A. Windows color (decimal): -3782216 or 12077510. OLE color: 12077510.
HSL color Cylindrical-coordinate representation of color #C649B8: hue angle of 306.72º 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 #C649B8 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 184 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.22 |
| HSL | 306.72º | 0.52% | 0.53% | - |
| HSV(B) | 306.72º | 0.63% | 0.78% | - |
| XYZ | 34.32 | 20.23 | 47.44 | - |
| YUV | 123.03 | 162.41 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 184 | 0 | 0.63 | 0.07 | 0.22 | 306.72 | 0.52 | 0.53 |
| Hex | C6 | 49 | B8 | 0 | 3F | 7 | 16 | 133 | 34 | 35 |
| Octal | 306 | 111 | 270 | 0 | 77 | 7 | 26 | 463 | 64 | 65 |
| Binary | 11000110 | 1001001 | 10111000 | 0 | 111111 | 111 | 10110 | 100110011 | 110100 | 110101 |
Color Harmonies of #C649B8
Complementary color
Monochromatic Colors of #C649B8
Black with #C649B8
Text Example
Text Example
White with #C649B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C649B8; }
p { color: rgb(198,73,184); }
H1.HeaderClassName
{
color: #C649B8;
}
.AnyTagClassName
{
color: #C649B8;
}
</style>
background-color css
<style>
a { background-color: #C649B8; }
a { background-color: rgb(198,73,184); }
div.DivClassName
{
background-color: #C649B8;
}
.BgClassName
{
background-color: #C649B8;
}
</style>
border-color css
<style>
span { border-color: #C649B8; }
span { border-color: rgb(198,73,184); }
td.TdClassName
{
border-color: #C649B8;
}
.TagClassName
{
border-color: #C649B8;
}
</style>