Shades of Fuchsia #C673BA
Tints of Fuchsia #C673BA
RGB
CMYK
RGB Variations
Color information
#C673BA (or 0xC673BA) is known color: Fuchsia. HEX triplet: C6, 73 and BA. RGB value is (198,115,186). Sum of RGB (Red+Green+Blue) = 198+115+186=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C673BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C673BA is #398C45. Grayscale: #939393. Windows color (decimal): -3771462 or 12219334. OLE color: 12219334.
HSL color Cylindrical-coordinate representation of color #C673BA: hue angle of 308.67º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C673BA is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 186 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.22 |
| HSL | 308.67º | 0.42% | 0.61% | - |
| HSV(B) | 308.67º | 0.42% | 0.78% | - |
| XYZ | 38.28 | 27.81 | 49.81 | - |
| YUV | 147.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 186 | 0 | 0.42 | 0.06 | 0.22 | 308.67 | 0.42 | 0.61 |
| Hex | C6 | 73 | BA | 0 | 2A | 6 | 16 | 135 | 2A | 3D |
| Octal | 306 | 163 | 272 | 0 | 52 | 6 | 26 | 465 | 52 | 75 |
| Binary | 11000110 | 1110011 | 10111010 | 0 | 101010 | 110 | 10110 | 100110101 | 101010 | 111101 |
Color Harmonies of #C673BA
Complementary color
Monochromatic Colors of #C673BA
Black with #C673BA
Text Example
Text Example
White with #C673BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C673BA; }
p { color: rgb(198,115,186); }
H1.HeaderClassName
{
color: #C673BA;
}
.AnyTagClassName
{
color: #C673BA;
}
</style>
background-color css
<style>
a { background-color: #C673BA; }
a { background-color: rgb(198,115,186); }
div.DivClassName
{
background-color: #C673BA;
}
.BgClassName
{
background-color: #C673BA;
}
</style>
border-color css
<style>
span { border-color: #C673BA; }
span { border-color: rgb(198,115,186); }
td.TdClassName
{
border-color: #C673BA;
}
.TagClassName
{
border-color: #C673BA;
}
</style>