Shades of Fuchsia #C669BA
Tints of Fuchsia #C669BA
RGB
CMYK
RGB Variations
Color information
#C669BA (or 0xC669BA) is known color: Fuchsia. HEX triplet: C6, 69 and BA. RGB value is (198,105,186). Sum of RGB (Red+Green+Blue) = 198+105+186=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C669BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669BA is #399645. Grayscale: #8D8D8D. Windows color (decimal): -3774022 or 12216774. OLE color: 12216774.
HSL color Cylindrical-coordinate representation of color #C669BA: hue angle of 307.74º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C669BA is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 186 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.22 |
| HSL | 307.74º | 0.45% | 0.59% | - |
| HSV(B) | 307.74º | 0.47% | 0.78% | - |
| XYZ | 37.2 | 25.65 | 49.45 | - |
| YUV | 142.04 | 152.81 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 186 | 0 | 0.47 | 0.06 | 0.22 | 307.74 | 0.45 | 0.59 |
| Hex | C6 | 69 | BA | 0 | 2F | 6 | 16 | 134 | 2D | 3B |
| Octal | 306 | 151 | 272 | 0 | 57 | 6 | 26 | 464 | 55 | 73 |
| Binary | 11000110 | 1101001 | 10111010 | 0 | 101111 | 110 | 10110 | 100110100 | 101101 | 111011 |
Color Harmonies of #C669BA
Complementary color
Monochromatic Colors of #C669BA
Black with #C669BA
Text Example
Text Example
White with #C669BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C669BA; }
p { color: rgb(198,105,186); }
H1.HeaderClassName
{
color: #C669BA;
}
.AnyTagClassName
{
color: #C669BA;
}
</style>
background-color css
<style>
a { background-color: #C669BA; }
a { background-color: rgb(198,105,186); }
div.DivClassName
{
background-color: #C669BA;
}
.BgClassName
{
background-color: #C669BA;
}
</style>
border-color css
<style>
span { border-color: #C669BA; }
span { border-color: rgb(198,105,186); }
td.TdClassName
{
border-color: #C669BA;
}
.TagClassName
{
border-color: #C669BA;
}
</style>